elm gen/genlist: Renamed elm_gen.h to elm_genlist.h. elm_gen will be removed and elm_genlist will survive.

SVN revision: 65815
This commit is contained in:
Daniel Juyung Seo 2011-12-02 14:09:24 +00:00
parent 62838a114e
commit d22eb91185
5 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ elm_flipselector.c \
elm_font.c \ elm_font.c \
elm_frame.c \ elm_frame.c \
elm_gen.c \ elm_gen.c \
elm_gen.h \ elm_genlist.h \
elm_gengrid.c \ elm_gengrid.c \
elm_genlist.c \ elm_genlist.c \
elm_gesture_layer.c \ elm_gesture_layer.c \

View File

@ -2,7 +2,7 @@
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#include "elm_priv.h" #include "elm_priv.h"
#include "els_scroller.h" #include "els_scroller.h"
#include "elm_gen.h" #include "elm_genlist.h"
EAPI void EAPI void
elm_gen_clear(Evas_Object *obj) elm_gen_clear(Evas_Object *obj)

View File

@ -2,7 +2,7 @@
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#include "elm_priv.h" #include "elm_priv.h"
#include "els_scroller.h" #include "els_scroller.h"
#include "elm_gen.h" #include "elm_genlist.h"
/* -- /* --
* TODO: * TODO:

View File

@ -4,7 +4,7 @@
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#include "elm_priv.h" #include "elm_priv.h"
#include "els_scroller.h" #include "els_scroller.h"
#include "elm_gen.h" #include "elm_genlist.h"
#define MAX_ITEMS_PER_BLOCK 32 #define MAX_ITEMS_PER_BLOCK 32
#define REORDER_EFFECT_TIME 0.5 #define REORDER_EFFECT_TIME 0.5