Lfb.GdbusFeedbackHaptic

g GObject.GInterface GObject.GInterface Lfb.GdbusFeedbackHaptic Lfb.GdbusFeedbackHaptic GObject.GInterface->Lfb.GdbusFeedbackHaptic

Implementations:

Lfb.GdbusFeedbackHapticProxy, Lfb.GdbusFeedbackHapticSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

call_vibrate (arg_app_id, arg_pattern, cancellable, callback, *user_data)

call_vibrate_finish (res)

call_vibrate_sync (arg_app_id, arg_pattern, cancellable)

complete_vibrate (invocation, success)

Virtual Methods

do_handle_vibrate (invocation, arg_app_id, arg_pattern)

Properties

None

Signals

Name

Short Description

handle-vibrate

Signal emitted when a remote caller is invoking the ‘Vibrate() [gdbus-method-org-sigxcpu-Feedback-Haptic.Vibrate]’ D-Bus method.

Fields

None

Class Details

class Lfb.GdbusFeedbackHaptic
Bases:

GObject.GInterface

Structure:

Lfb.GdbusFeedbackHapticIface

Abstract interface type for the D-Bus interface ‘org.sigxcpu.Feedback.Haptic [gdbus-interface-org-sigxcpu-Feedback-Haptic.top_of_page]’.

classmethod interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.sigxcpu.Feedback.Haptic [gdbus-interface-org-sigxcpu-Feedback-Haptic.top_of_page]’ D-Bus interface.

classmethod override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

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

call_vibrate(arg_app_id, arg_pattern, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the ‘Vibrate() [gdbus-method-org-sigxcpu-Feedback-Haptic.Vibrate]’ D-Bus method on self. 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 GLib.MainContext.push_thread_default()). You can then call Lfb.GdbusFeedbackHaptic.call_vibrate_finish() to get the result of the operation.

See Lfb.GdbusFeedbackHaptic.call_vibrate_sync() for the synchronous, blocking version of this method.

call_vibrate_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Lfb.GdbusFeedbackHaptic.call_vibrate().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

out_success:

Return location for return parameter or None to ignore.

Return type:

(bool, out_success: bool)

Finishes an operation started with Lfb.GdbusFeedbackHaptic.call_vibrate().

call_vibrate_sync(arg_app_id, arg_pattern, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

out_success:

Return location for return parameter or None to ignore.

Return type:

(bool, out_success: bool)

Synchronously invokes the ‘Vibrate() [gdbus-method-org-sigxcpu-Feedback-Haptic.Vibrate]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See Lfb.GdbusFeedbackHaptic.call_vibrate() for the asynchronous version of this method.

complete_vibrate(invocation, success)
Parameters:

Helper function used in service implementations to finish handling invocations of the ‘Vibrate() [gdbus-method-org-sigxcpu-Feedback-Haptic.Vibrate]’ 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.

This method will free invocation, you cannot use it afterwards.

do_handle_vibrate(invocation, arg_app_id, arg_pattern) virtual
Parameters:
Return type:

bool

Handler for the Lfb.GdbusFeedbackHaptic ::handle-vibrate signal.

Signal Details

Lfb.GdbusFeedbackHaptic.signals.handle_vibrate(gdbus_feedback_haptic, invocation, arg_app_id, arg_pattern)
Signal Name:

handle-vibrate

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the ‘Vibrate() [gdbus-method-org-sigxcpu-Feedback-Haptic.Vibrate]’ D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call Lfb.GdbusFeedbackHaptic.complete_vibrate() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.