Creates a new #GDBusObjectManagerServer object.
The returned server isn't yet exported on any connection. To do so, use g_dbus_object_manager_server_set_connection(). Normally you want to export all of your objects before doing so to avoid InterfacesAdded
signals being emitted.
The object path to export the manager object at.
A #GDBusObjectManagerServer object. Free with g_object_unref().
ConstructionException GTK+ fails to create the object.
2.30
See Implementation
Creates a new #GDBusObjectManagerServer object.
The returned server isn't yet exported on any connection. To do so, use g_dbus_object_manager_server_set_connection(). Normally you want to export all of your objects before doing so to avoid InterfacesAdded
signals being emitted.