![]() |
![]() |
![]() |
Mex Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MexApplication; struct MexApplicationClass; MexApplication * mex_application_new (void
); const gchar * mex_application_get_name (MexApplication *self
); void mex_application_set_name (MexApplication *self
,const gchar *name
); const gchar * mex_application_get_executable (MexApplication *self
); void mex_application_set_executable (MexApplication *self
,const gchar *executable
); const gchar * mex_application_get_icon (MexApplication *self
); void mex_application_set_icon (MexApplication *self
,const gchar *icon
); const gchar * mex_application_get_thumbnail (MexApplication *self
); void mex_application_set_thumbnail (MexApplication *self
,const gchar *thumbnail
); const gchar * mex_application_get_description (MexApplication *self
); void mex_application_set_description (MexApplication *self
,const gchar *description
); const gchar * mex_application_get_desktop_file (MexApplication *self
); void mex_application_set_desktop_file (MexApplication *self
,const gchar *desktop_file
); gboolean mex_application_get_bookmarked (MexApplication *self
); void mex_application_set_bookmarked (MexApplication *self
,gboolean bookmarked
); MexApplicationPrivate;
"bookmarked" gboolean : Read / Write / Construct "description" gchar* : Read / Write / Construct "desktop-file" gchar* : Read / Write / Construct "executable" gchar* : Read / Write / Construct "icon" gchar* : Read / Write / Construct "name" gchar* : Read / Write / Construct "thumbnail" gchar* : Read / Write / Construct
void mex_application_set_name (MexApplication *self
,const gchar *name
);
const gchar * mex_application_get_executable (MexApplication *self
);
void mex_application_set_executable (MexApplication *self
,const gchar *executable
);
void mex_application_set_icon (MexApplication *self
,const gchar *icon
);
const gchar * mex_application_get_thumbnail (MexApplication *self
);
void mex_application_set_thumbnail (MexApplication *self
,const gchar *thumbnail
);
const gchar * mex_application_get_description (MexApplication *self
);
void mex_application_set_description (MexApplication *self
,const gchar *description
);
const gchar * mex_application_get_desktop_file (MexApplication *self
);
void mex_application_set_desktop_file (MexApplication *self
,const gchar *desktop_file
);
void mex_application_set_bookmarked (MexApplication *self
,gboolean bookmarked
);
"bookmarked"
property "bookmarked" gboolean : Read / Write / Construct
Whether the application is bookmarked.
Default value: FALSE
"description"
property "description" gchar* : Read / Write / Construct
Application description.
Default value: "<Unknown>"
"desktop-file"
property "desktop-file" gchar* : Read / Write / Construct
Path to desktop file.
Default value: NULL
"executable"
property "executable" gchar* : Read / Write / Construct
Application executable.
Default value: NULL
"icon"
property "icon" gchar* : Read / Write / Construct
Application icon.
Default value: "applications-other"
"name"
property "name" gchar* : Read / Write / Construct
Application name.
Default value: "Unnamed"