Virtual Method
AtspiDBusMutterRemoteDesktopSessionget_session_id
Declaration [src]
const gchar*
get_session_id (
AtspiDBusMutterRemoteDesktopSession* object
)
Description [src]
Gets the value of the “SessionId” D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object
was constructed. Use atspi_dbus_mutter_remote_desktop_session_dup_session_id()
if on another thread.