Class

AtspiDBusMutterScreenCastSkeleton

Description [src]

class Atspi.DBusMutterScreenCastSkeleton : GObject.Object
  implements Atspi.DBusMutterScreenCast {
  /* No available fields */
}

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

Ancestors

Constructors

atspi_dbus_mutter_screen_cast_skeleton_new

Creates a skeleton object for the D-Bus interface org.gnome.Mutter.ScreenCast.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AtspiDBusMutterScreenCast (6)
atspi_dbus_mutter_screen_cast_call_create_session

Asynchronously invokes the CreateSession() D-Bus method on proxy. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call atspi_dbus_mutter_screen_cast_call_create_session_finish() to get the result of the operation.

atspi_dbus_mutter_screen_cast_call_create_session_finish

Finishes an operation started with atspi_dbus_mutter_screen_cast_call_create_session().

atspi_dbus_mutter_screen_cast_call_create_session_sync

Synchronously invokes the CreateSession() D-Bus method on proxy. The calling thread is blocked until a reply is received.

atspi_dbus_mutter_screen_cast_complete_create_session

Helper function used in service implementations to finish handling invocations of the CreateSession() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

atspi_dbus_mutter_screen_cast_get_version

Gets the value of the Version” D-Bus property.

atspi_dbus_mutter_screen_cast_set_version

Sets the Version” D-Bus property to value.

Properties

Properties inherited from AtspiDBusMutterScreenCast (1)
AtspiDBusMutterScreenCast:version

Represents the D-Bus property Version”.

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 AtspiDBusMutterScreenCast (1)
AtspiDBusMutterScreenCast::handle-create-session

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

Class structure

struct AtspiDBusMutterScreenCastSkeletonClass {
  GDBusInterfaceSkeletonClass parent_class;
  
}

Class structure for AtspiDBusMutterScreenCastSkeleton.

Class members
parent_class: GDBusInterfaceSkeletonClass

The parent class.