DBusScreenshot
Object Hierarchy:
Description:
[
CCode ( type_id =
"phosh_dbus_screenshot_get_type ()" ) ]
public interface DBusScreenshot :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-gnome-Shell-Screenshot.
top_of_page">org.gnome.Shell.Screenshot</link>.
All known implementing classes:
Content:
Static methods:
Methods:
- public async bool call_flash_area (int arg_x, int arg_y, int arg_width, int arg_height, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_flash_area_sync (int arg_x, int arg_y, int arg_width, int arg_height, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public async bool call_pick_color (Cancellable? cancellable, out Variant out_result) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_pick_color_sync (out Variant out_result, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public async bool call_screenshot (bool arg_include_cursor, bool arg_flash, string arg_filename, Cancellable? cancellable, out bool out_success, out string out_filename_used) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public async bool call_screenshot_area (int arg_x, int arg_y, int arg_width, int arg_height, bool arg_flash, string arg_filename, Cancellable? cancellable, out bool out_success, out string out_filename_used) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_screenshot_area_sync (int arg_x, int arg_y, int arg_width, int arg_height, bool arg_flash, string arg_filename, out bool out_success, out string out_filename_used, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_screenshot_sync (bool arg_include_cursor, bool arg_flash, string arg_filename, out bool out_success, out string out_filename_used, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public async bool call_screenshot_window (bool arg_include_frame, bool arg_include_cursor, bool arg_flash, string arg_filename, Cancellable? cancellable, out bool out_success, out string out_filename_used) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_screenshot_window_sync (bool arg_include_frame, bool arg_include_cursor, bool arg_flash, string arg_filename, out bool out_success, out string out_filename_used, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public async bool call_select_area (Cancellable? cancellable, out int out_x, out int out_y, out int out_width, out int out_height) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public bool call_select_area_sync (out int out_x, out int out_y, out int out_width, out int out_height, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_flash_area (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_pick_color (owned DBusMethodInvocation invocation, Variant result)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_screenshot (owned DBusMethodInvocation invocation, bool success, string filename_used)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_screenshot_area (owned DBusMethodInvocation invocation, bool success, string filename_used)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_screenshot_window (owned DBusMethodInvocation invocation, bool success, string filename_used)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public void complete_select_area (owned DBusMethodInvocation invocation, int x, int y, int width, int height)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-gnome-Shell-Screenshot.
Signals:
- public virtual signal bool handle_flash_area (DBusMethodInvocation invocation, int arg_x, int arg_y, int arg_width, int arg_height)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public virtual signal bool handle_pick_color (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public virtual signal bool handle_screenshot (DBusMethodInvocation invocation, bool arg_include_cursor, bool arg_flash, string arg_filename)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public virtual signal bool handle_screenshot_area (DBusMethodInvocation invocation, int arg_x, int arg_y, int arg_width, int arg_height, bool arg_flash, string arg_filename)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public virtual signal bool handle_screenshot_window (DBusMethodInvocation invocation, bool arg_include_frame, bool arg_include_cursor, bool arg_flash, string arg_filename)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
- public virtual signal bool handle_select_area (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-gnome-Shell-Screenshot.
Inherited Members:
All known members inherited from class GLib.Object