Interface

AtspiDBusMutterScreenCast

Description [src]

interface Atspi.DBusMutterScreenCast : GObject.Object

Abstract interface type for the D-Bus interface org.gnome.Mutter.ScreenCast.

Prerequisite

In order to implement DBusMutterScreenCast, your type must inherit fromGObject.

Functions

atspi_dbus_mutter_screen_cast_interface_info

Gets a machine-readable description of the org.gnome.Mutter.ScreenCast D-Bus interface.

atspi_dbus_mutter_screen_cast_override_properties

Overrides all GObject properties in the AtspiDBusMutterScreenCast interface for a concrete class. The properties are overridden in the order they are defined.

Instance methods

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

Atspi.DBusMutterScreenCast:version

Represents the D-Bus property Version”.

Signals

Atspi.DBusMutterScreenCast::handle-create-session

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

Interface structure

struct AtspiDBusMutterScreenCastIface {
  GTypeInterface parent_iface;
  gboolean (* handle_create_session) (
    AtspiDBusMutterScreenCast* object,
    GDBusMethodInvocation* invocation,
    GVariant* arg_properties
  );
  gint (* get_version) (
    AtspiDBusMutterScreenCast* object
  );
  
}

Virtual table for the D-Bus interface org.gnome.Mutter.ScreenCast.

Interface members
parent_iface
GTypeInterface
 

The parent interface.

handle_create_session
gboolean (* handle_create_session) (
    AtspiDBusMutterScreenCast* object,
    GDBusMethodInvocation* invocation,
    GVariant* arg_properties
  )
 No description available.
get_version
gint (* get_version) (
    AtspiDBusMutterScreenCast* object
  )
 No description available.

Virtual methods

Atspi.DBusMutterScreenCast.get_version

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