entrance_x_session.h File Reference

Struct Definitions and shared function declarations. More...


Data Structures

struct  _Entrance_X_Session
 This contains all of the information we keep about X Sessions. More...

Typedefs

typedef _Entrance_X_Session Entrance_X_Session

Functions

Entrance_X_Sessionentrance_x_session_new (char *name, char *icon, char *session)
void entrance_x_session_free (Entrance_X_Session *e)
Evas_Object * entrance_x_session_edje_get (Entrance_X_Session *e, Evas_Object *o, const char *themefile)
Evas_Object * entrance_x_session_button_new (Entrance_X_Session *, Evas_Object *)

Detailed Description

Struct Definitions and shared function declarations.


Typedef Documentation

typedef struct _Entrance_X_Session Entrance_X_Session


Function Documentation

Evas_Object* entrance_x_session_button_new ( Entrance_X_Session ,
Evas_Object *   
)

Evas_Object* entrance_x_session_edje_get ( Entrance_X_Session e,
Evas_Object *  o,
const char *  themefile 
)

void entrance_x_session_free ( Entrance_X_Session e  ) 

Entrance_X_Session* entrance_x_session_new ( char *  name,
char *  icon,
char *  session 
)