[genlist] Removed deprecated APIs. Those are deprecated in January and April this...
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 14 Jun 2011 02:42:59 +0000 (11:42 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 22 Jun 2011 05:12:54 +0000 (14:12 +0900)
Change-Id: Ief01770c99dec8a4a7bce4790e76830bba2b5f47

src/lib/Elementary.h.in
src/lib/elm_genlist.c

index 8ea39b6..27b8627 100644 (file)
@@ -2025,12 +2025,6 @@ extern "C" {
    EAPI Eina_Bool          elm_genlist_pinch_zoom_mode_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
    EAPI void               elm_genlist_reorder_mode_set(Evas_Object *obj, Eina_Bool reorder_mode) EINA_ARG_NONNULL(1);
    EAPI Eina_Bool          elm_genlist_reorder_mode_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
-   EINA_DEPRECATED EAPI void elm_genlist_selected_items_del(Evas_Object *obj);
-   EINA_DEPRECATED EAPI void elm_genlist_queue_exception_set(const Evas_Object *obj, Eina_Bool emode);
-   EINA_DEPRECATED EAPI void               elm_genlist_edit_selected_items_del(Evas_Object *obj);
-   EINA_DEPRECATED EAPI Eina_List         *elm_genlist_edit_selected_items_get(const Evas_Object *obj);
-   EINA_DEPRECATED EAPI void               elm_genlist_edit_item_selected_set(Elm_Genlist_Item *it, Eina_Bool selected);
-   EINA_DEPRECATED EAPI Eina_Bool          elm_genlist_edit_item_selected_get(const Elm_Genlist_Item *it) EINA_ARG_NONNULL(1);
    EAPI void               elm_genlist_item_mode_set(Elm_Genlist_Item *it, const char *mode_type, Eina_Bool mode_set) EINA_ARG_NONNULL(1, 2);
    EAPI const char        *elm_genlist_mode_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
    EAPI const Elm_Genlist_Item *elm_genlist_mode_item_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
index b69acc2..2f3e86c 100644 (file)
@@ -6378,73 +6378,6 @@ elm_genlist_edit_mode_set(Evas_Object *obj, Eina_Bool edit_mode)
 }
 
 /**
- * Delete selected items in genlist edit mode.
- *
- * @param obj The genlist object
- *
- * @ingroup Genlist
- */
-EAPI void
-elm_genlist_edit_selected_items_del(Evas_Object *obj __UNUSED__)
-{
-   fprintf(stderr, "=================> Caution!!! <========================\n");
-   fprintf(stderr, "==> elm_genlist_edit_selected_items_del() is deprecated. <=======\n");
-   fprintf(stderr, "=======================================================\n");
-}
-
-EAPI void
-elm_genlist_selected_items_del(Evas_Object *obj __UNUSED__)
-{
-   fprintf(stderr, "=================> Caution!!! <========================\n");
-   fprintf(stderr, "==> elm_genlist_selected_items_del() is deprecated. <=======\n");
-   fprintf(stderr, "==> Please use elm_genlist_edit_selected_items_del() instead. <==\n");
-   fprintf(stderr, "=======================================================\n");
-}
-
-/**
- * Get a list of selected items in genlist
- *
- * This returns a list of the selected items in the genlist. The list
- * contains Elm_Genlist_Item pointers. The list must be freed by the
- * caller when done with eina_list_free(). The item pointers in the list
- * are only vallid so long as those items are not deleted or the genlist is
- * not deleted.
- *
- * @param obj The genlist object
- * @return The list of selected items, nor NULL if none are selected.
- *
- * @ingroup Genlist
- */
-EAPI Eina_List *
-elm_genlist_edit_selected_items_get(const Evas_Object *obj __UNUSED__)
-{
-   fprintf(stderr, "========================> Caution!!! <==========================\n");
-   fprintf(stderr, "==> elm_genlist_edit_selected_items_get() is deprecated. <=======\n");
-   fprintf(stderr, "================================================================\n");
-   return NULL;
-}
-
-// TODO : add comment
-EAPI void
-elm_genlist_edit_item_selected_set(Elm_Genlist_Item *it __UNUSED__,
-                                   Eina_Bool         selected __UNUSED__)
-{
-   fprintf(stderr, "========================> Caution!!! <==========================\n");
-   fprintf(stderr, "==> elm_genlist_edit_item_selected_set() is deprecated. <=======\n");
-   fprintf(stderr, "================================================================\n");
-}
-
-// TODO : add comment
-EAPI Eina_Bool
-elm_genlist_edit_item_selected_get(const Elm_Genlist_Item *it __UNUSED__)
-{
-   fprintf(stderr, "========================> Caution!!! <==========================\n");
-   fprintf(stderr, "==> elm_genlist_edit_item_selected_get() is deprecated. <=======\n");
-   fprintf(stderr, "================================================================\n");
-   return EINA_FALSE;
-}
-
-/**
  * Set a given item's rename mode
  *
  * This renames the item's label from genlist