Method
PhoshDBusGnomeShellcall_show_monitor_labels_sync
Declaration [src]
gboolean
phosh_dbus_gnome_shell_call_show_monitor_labels_sync (
PhoshDBusGnomeShell* proxy,
GVariant* arg_params,
GCancellable* cancellable,
GError** error
)
Description [src]
Synchronously invokes the ShowMonitorLabels() D-Bus method on proxy
. The calling thread is blocked until a reply is received.
See phosh_dbus_gnome_shell_call_show_monitor_labels()
for the asynchronous version of this method.
Parameters
arg_params |
GVariant |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
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 . |