| Top |
| gboolean | bamf_application_get_application_menu () |
| const gchar * | bamf_application_get_application_type () |
| const gchar * | bamf_application_get_desktop_file () |
| BamfView * | bamf_application_get_focusable_child () |
| gboolean | bamf_application_get_show_menu_stubs () |
| gchar ** | bamf_application_get_supported_mime_types () |
| GList * | bamf_application_get_windows () |
| GArray * | bamf_application_get_xids () |
gboolean bamf_application_get_application_menu (BamfApplication *application,gchar **name,gchar **object_path);
const gchar *
bamf_application_get_application_type (BamfApplication *application);
const gchar *
bamf_application_get_desktop_file (BamfApplication *application);
Used to fetch the path to the .desktop file associated with the passed application. If none exists, the result is NULL.
BamfView *
bamf_application_get_focusable_child (BamfApplication *application);
gboolean
bamf_application_get_show_menu_stubs (BamfApplication *application);
Used to discover whether the application wants menu stubs shown.
gchar **
bamf_application_get_supported_mime_types
(BamfApplication *application);
GList *
bamf_application_get_windows (BamfApplication *application);
Used to fetch all BamfWindow's associated with the passed BamfApplication.
GArray *
bamf_application_get_xids (BamfApplication *application);
Used to fetch all BamfWindow's xids associated with the passed BamfApplication.
“window-added” signalvoid user_function (BamfApplication *bamfapplication, BamfView *arg1, gpointer user_data)
“window-removed” signalvoid user_function (BamfApplication *bamfapplication, BamfView *arg1, gpointer user_data)