StatusIconInterface
Object Hierarchy:
Description:
[
CCode ( type_id =
"xapp_status_icon_interface_get_type ()" ) ]
public interface StatusIconInterface :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-x-StatusIcon.
top_of_page">org.x.StatusIcon</link>.
All known implementing classes:
Content:
Properties:
- public abstract string icon_name { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract int icon_size { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract string label { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract string metadata { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract string name { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract bool primary_menu_is_open { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract bool secondary_menu_is_open { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract string tooltip_text { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
- public abstract bool visible { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-x-StatusIcon.
Static methods:
Methods:
- public async bool call_button_press (int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public bool call_button_press_sync (int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public async bool call_button_release (int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public bool call_button_release_sync (int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public async bool call_scroll (int arg_delta, int arg_orientation, uint arg_time, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public bool call_scroll_sync (int arg_delta, int arg_orientation, uint arg_time, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-x-StatusIcon.
- public void complete_button_press (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-x-StatusIcon.
- public void complete_button_release (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-x-StatusIcon.
- public void complete_scroll (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-x-StatusIcon.
Signals:
- public virtual signal bool handle_button_press (DBusMethodInvocation invocation, int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-x-StatusIcon.
- public virtual signal bool handle_button_release (DBusMethodInvocation invocation, int arg_x, int arg_y, uint arg_button, uint arg_time, int arg_panel_position)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-x-StatusIcon.
- public virtual signal bool handle_scroll (DBusMethodInvocation invocation, int arg_delta, int arg_orientation, uint arg_time)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-x-StatusIcon.
Inherited Members:
All known members inherited from class GLib.Object