![]() |
![]() |
![]() |
Mex Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MexApplication; struct MexApplicationClass; gboolean mex_application_get_bookmarked (MexApplication *self
); const gchar * mex_application_get_description (MexApplication *self
); const gchar * mex_application_get_desktop_file (MexApplication *self
); const gchar * mex_application_get_executable (MexApplication *self
); const gchar * mex_application_get_icon (MexApplication *self
); const gchar * mex_application_get_name (MexApplication *self
); const gchar * mex_application_get_thumbnail (MexApplication *self
); MexApplication * mex_application_new (void
); void mex_application_set_bookmarked (MexApplication *self
,gboolean bookmarked
); void mex_application_set_description (MexApplication *self
,const gchar *description
); void mex_application_set_desktop_file (MexApplication *self
,const gchar *desktop_file
); void mex_application_set_executable (MexApplication *self
,const gchar *executable
); void mex_application_set_icon (MexApplication *self
,const gchar *icon
); void mex_application_set_name (MexApplication *self
,const gchar *name
); void mex_application_set_thumbnail (MexApplication *self
,const gchar *thumbnail
);
"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
const gchar * mex_application_get_description (MexApplication *self
);
const gchar * mex_application_get_desktop_file (MexApplication *self
);
const gchar * mex_application_get_executable (MexApplication *self
);
const gchar * mex_application_get_thumbnail (MexApplication *self
);
void mex_application_set_bookmarked (MexApplication *self
,gboolean bookmarked
);
void mex_application_set_description (MexApplication *self
,const gchar *description
);
void mex_application_set_desktop_file (MexApplication *self
,const gchar *desktop_file
);
void mex_application_set_executable (MexApplication *self
,const gchar *executable
);
void mex_application_set_icon (MexApplication *self
,const gchar *icon
);
void mex_application_set_name (MexApplication *self
,const gchar *name
);
void mex_application_set_thumbnail (MexApplication *self
,const gchar *thumbnail
);
"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"
"thumbnail"
property"thumbnail" gchar* : Read / Write / Construct
Application thumbnail.
Default value: NULL