Class

AtspiDBusMutterScreenCastSessionProxy

Description [src]

class Atspi.DBusMutterScreenCastSessionProxy : GObject.Object
  implements Atspi.DBusMutterScreenCastSession {
  /* No available fields */
}

The AtspiDBusMutterScreenCastSessionProxy structure contains only private data and should only be accessed using the provided API.

Ancestors

Constructors

atspi_dbus_mutter_screen_cast_session_proxy_new_finish

Finishes an operation started with atspi_dbus_mutter_screen_cast_session_proxy_new().

atspi_dbus_mutter_screen_cast_session_proxy_new_for_bus_finish

Finishes an operation started with atspi_dbus_mutter_screen_cast_session_proxy_new_for_bus().

atspi_dbus_mutter_screen_cast_session_proxy_new_for_bus_sync

Like atspi_dbus_mutter_screen_cast_session_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

atspi_dbus_mutter_screen_cast_session_proxy_new_sync

Synchronously creates a proxy for the D-Bus interface org.gnome.Mutter.ScreenCast.Session. See g_dbus_proxy_new_sync() for more details.

Functions

atspi_dbus_mutter_screen_cast_session_proxy_new

Asynchronously creates a proxy for the D-Bus interface org.gnome.Mutter.ScreenCast.Session. See g_dbus_proxy_new() for more details.

atspi_dbus_mutter_screen_cast_session_proxy_new_for_bus

Like atspi_dbus_mutter_screen_cast_session_proxy_new() but takes a GBusType instead of a GDBusConnection.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AtspiDBusMutterScreenCastSession (25)

Please see AtspiDBusMutterScreenCastSession for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from AtspiDBusMutterScreenCastSession (7)
AtspiDBusMutterScreenCastSession::closed

On the client-side, this signal is emitted whenever the D-Bus signal Closed” is received.

AtspiDBusMutterScreenCastSession::handle-record-area

Signal emitted when a remote caller is invoking the RecordArea() D-Bus method.

AtspiDBusMutterScreenCastSession::handle-record-monitor

Signal emitted when a remote caller is invoking the RecordMonitor() D-Bus method.

AtspiDBusMutterScreenCastSession::handle-record-virtual

Signal emitted when a remote caller is invoking the RecordVirtual() D-Bus method.

AtspiDBusMutterScreenCastSession::handle-record-window

Signal emitted when a remote caller is invoking the RecordWindow() D-Bus method.

AtspiDBusMutterScreenCastSession::handle-start

Signal emitted when a remote caller is invoking the Start() D-Bus method.

AtspiDBusMutterScreenCastSession::handle-stop

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

Class structure

struct AtspiDBusMutterScreenCastSessionProxyClass {
  GDBusProxyClass parent_class;
  
}

Class structure for AtspiDBusMutterScreenCastSessionProxy.

Class members
parent_class: GDBusProxyClass

The parent class.