Interface
PhoshIdleDBusObject
Description [src]
interface Phosh.IdleDBusObject : Gio.DBusObject
The PhoshIdleDBusObject
type is a specialized container of interfaces.
Prerequisite
In order to implement IdleDBusObject, your type must inherit fromGDBusObject
.
Instance methods
phosh_idle_dbus_object_get_idle_monitor
Gets the PhoshIdleDBusIdleMonitor
instance for the D-Bus interface org.gnome.Mutter.IdleMonitor on object
, if any.
phosh_idle_dbus_object_peek_idle_monitor
Like phosh_idle_dbus_object_get_idle_monitor()
but doesn’t increase the reference count on the returned object.
Properties
Phosh.IdleDBusObject:idle-monitor
The PhoshIdleDBusIdleMonitor
instance corresponding to the D-Bus interface org.gnome.Mutter.IdleMonitor, if any.