call_select_area_sync


Description:

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.

SelectArea">SelectArea</link> D-Bus method on this. The calling thread is blocked until a reply is received.

See call_select_area for the asynchronous version of this method.

Parameters:

this

A DBusScreenshotProxy.

out_x

Return location for return parameter or null to ignore.

out_y

Return location for return parameter or null to ignore.

out_width

Return location for return parameter or null to ignore.

out_height

Return location for return parameter or null to ignore.

cancellable

A Cancellable or null.

Returns:

true if the call succeeded, false if throws is set.