GdbusFeedback
Object Hierarchy:
Description:
[
CCode ( type_id =
"lfb_gdbus_feedback_get_type ()" ) ]
public interface GdbusFeedback :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-sigxcpu-Feedback.
top_of_page">org.sigxcpu.Feedback</link>.
All known implementing classes:
Content:
Properties:
Static methods:
Methods:
- public async bool call_end_feedback (uint arg_id, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-sigxcpu-Feedback.
- public bool call_end_feedback_sync (uint arg_id, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-sigxcpu-Feedback.
- public async bool call_trigger_feedback (string arg_app_id, string arg_event, Variant arg_hints, int arg_timeout, Cancellable? cancellable, out uint out_id) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-sigxcpu-Feedback.
- public bool call_trigger_feedback_sync (string arg_app_id, string arg_event, Variant arg_hints, int arg_timeout, out uint out_id, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-sigxcpu-Feedback.
- public void complete_end_feedback (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-sigxcpu-Feedback.
- public void complete_trigger_feedback (owned DBusMethodInvocation invocation, uint id)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-sigxcpu-Feedback.
- public void emit_feedback_ended (uint arg_id, uint arg_reason)
Emits the <link linkend="gdbus-signal-org-sigxcpu-Feedback.
Signals:
Inherited Members:
All known members inherited from class GLib.Object