gio.dbus_menu_model

Module for [DBusMenuModel] class

Types 3

gio.dbus_menu_model.DBusMenuModel is an implementation of gio.menu_model.MenuModel that can be used as a proxy for a menu model that is exported over D-Bus with gio.dbus_connection.DBusConnection.exportMenuModel.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DBusMenuModel self() nothrowReturns `this`, for use in `with` statements.
DBusMenuModelGidBuilder builder() static nothrowGet builder for [gio.dbus_menu_model.DBusMenuModel] Returns: New builder object
gio.dbus_menu_model.DBusMenuModel get(gio.dbus_connection.DBusConnection connection, string busName, string objectPath) static nothrowObtains a #GDBusMenuModel for the menu model which is exported at the given bus_name and object_path.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
DBusMenuModel build() nothrowCreate object from builder. Returns: New object