|
|
|
@ -19,7 +19,7 @@ static E_Gadcon_Client *_gc_init (E_Gadcon * gc, const char *name, |
|
|
|
|
const char *id, const char *style); |
|
|
|
|
static void _gc_shutdown (E_Gadcon_Client * gcc); |
|
|
|
|
static void _gc_orient (E_Gadcon_Client * gcc, E_Gadcon_Orient orient); |
|
|
|
|
static char *_gc_label (E_Gadcon_Client_Class *client_class); |
|
|
|
|
static const char *_gc_label (E_Gadcon_Client_Class *client_class); |
|
|
|
|
static Evas_Object *_gc_icon (E_Gadcon_Client_Class *client_class, Evas * evas); |
|
|
|
|
static const char *_gc_id_new (E_Gadcon_Client_Class *client_class); |
|
|
|
|
|
|
|
|
@ -169,7 +169,7 @@ _gc_orient (E_Gadcon_Client * gcc, E_Gadcon_Orient orient) |
|
|
|
|
e_gadcon_client_min_size_set (gcc, mw, mh); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static char * |
|
|
|
|
static const char * |
|
|
|
|
_gc_label (E_Gadcon_Client_Class *client_class) |
|
|
|
|
{ |
|
|
|
|
return D_ ("MPDule"); |
|
|
|
|