Details
struct MexApplication
struct MexApplication {
MexGenericContent parent;
MexApplicationPrivate *priv;
};
struct MexApplicationClass
struct MexApplicationClass {
MexGenericContentClass parent_class;
};
mex_application_set_name ()
void mex_application_set_name (MexApplication *self,
const gchar *name);
mex_application_get_executable ()
const gchar * mex_application_get_executable (MexApplication *self);
mex_application_set_executable ()
void mex_application_set_executable (MexApplication *self,
const gchar *executable);
mex_application_set_icon ()
void mex_application_set_icon (MexApplication *self,
const gchar *icon);
mex_application_get_thumbnail ()
const gchar * mex_application_get_thumbnail (MexApplication *self);
mex_application_set_thumbnail ()
void mex_application_set_thumbnail (MexApplication *self,
const gchar *thumbnail);
mex_application_get_description ()
const gchar * mex_application_get_description (MexApplication *self);
mex_application_set_description ()
void mex_application_set_description (MexApplication *self,
const gchar *description);
mex_application_get_desktop_file ()
const gchar * mex_application_get_desktop_file (MexApplication *self);
mex_application_set_desktop_file ()
void mex_application_set_desktop_file (MexApplication *self,
const gchar *desktop_file);
mex_application_set_bookmarked ()
void mex_application_set_bookmarked (MexApplication *self,
gboolean bookmarked);
MexApplicationPrivate
typedef struct _MexApplicationPrivate MexApplicationPrivate;