elm genlist/gengrid: Refactoring. Moved global function pointers to
[framework/uifw/elementary.git] / src / lib / elm_genlist.h
index b57930b..e8432d9 100644 (file)
@@ -145,6 +145,8 @@ struct _Widget_Data
    double            longpress_timeout; /* longpress timeout. this value comes from _elm_config by default. this can be changed by elm_genlist_longpress_timeout_set() */
    int               generation; /* a generation of genlist. when genlist is cleared, this value will be increased and a new generation will start */
 
+   Eina_Compare_Cb   item_compare_cb;
+   Eina_Compare_Cb   item_compare_data_cb;
    Eina_Bool         requeue : 1;
 
    /* The stuff below directly come from gengrid without any thinking */