Method
PhoshDBusGnomeShellcall_grab_accelerator_sync
Declaration [src]
gboolean
phosh_dbus_gnome_shell_call_grab_accelerator_sync (
PhoshDBusGnomeShell* proxy,
const gchar* arg_accelerator,
guint arg_modeFlags,
guint arg_grabFlags,
guint* out_action,
GCancellable* cancellable,
GError** error
)
Description [src]
Synchronously invokes the GrabAccelerator() D-Bus method on proxy
. The calling thread is blocked until a reply is received.
See phosh_dbus_gnome_shell_call_grab_accelerator()
for the asynchronous version of this method.
Parameters
arg_accelerator |
const gchar* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_modeFlags |
guint |
Argument to pass with the method invocation. |
|
arg_grabFlags |
guint |
Argument to pass with the method invocation. |
|
out_action |
guint* |
Return location for return parameter or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |