Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | G_MENU_EXPORTER_MAX_SECTION_SIZE |
Functions | |
GIO_AVAILABLE_IN_2_32 guint | g_dbus_connection_export_menu_model (GDBusConnection *connection, const gchar *object_path, GMenuModel *menu, GError **error) |
GIO_AVAILABLE_IN_2_32 void | g_dbus_connection_unexport_menu_model (GDBusConnection *connection, guint export_id) |
#define G_MENU_EXPORTER_MAX_SECTION_SIZE |
G_MENU_EXPORTER_MAX_SECTION_SIZE:
The maximum number of entries in a menu section supported by g_dbus_connection_export_menu_model().
The exact value of the limit may change in future GLib versions.
Since: 2.76
Definition at line 40 of file gmenuexporter.h.
GIO_AVAILABLE_IN_2_32 guint g_dbus_connection_export_menu_model | ( | GDBusConnection * | connection, |
const gchar * | object_path, | ||
GMenuModel * | menu, | ||
GError ** | error ) |
GIO_AVAILABLE_IN_2_32 void g_dbus_connection_unexport_menu_model | ( | GDBusConnection * | connection, |
guint | export_id ) |