Interface
PhoshSessionPresenceDBusPresence
Description [src]
interface Phosh.SessionPresenceDBusPresence : GObject.Object
Abstract interface type for the D-Bus interface org.gnome.SessionManager.Presence.
Prerequisite
In order to implement SessionPresenceDBusPresence, your type must inherit fromGObject
.
Functions
phosh_session_presence_dbus_presence_interface_info
Gets a machine-readable description of the org.gnome.SessionManager.Presence D-Bus interface.
phosh_session_presence_dbus_presence_override_properties
Overrides all GObject
properties in the PhoshSessionPresenceDBusPresence
interface for a concrete class.
The properties are overridden in the order they are defined.
Signals
Phosh.SessionPresenceDBusPresence::status-changed
On the client-side, this signal is emitted whenever the D-Bus signal “StatusChanged” is received.
Interface structure
struct PhoshSessionPresenceDBusPresenceIface {
GTypeInterface parent_iface;
guint (* get_status) (
PhoshSessionPresenceDBusPresence* object
);
void (* status_changed) (
PhoshSessionPresenceDBusPresence* object,
guint arg_status
);
}
Virtual table for the D-Bus interface org.gnome.SessionManager.Presence.
Interface members
parent_iface |
|
The parent interface. |
|
get_status |
|
Getter for the |
|
status_changed |
|
Handler for the |
Virtual methods
Phosh.SessionPresenceDBusPresence.status_changed
Handler for the PhoshSessionPresenceDBusPresence::status-changed
signal.