Method

Gtk.Shortcut.set_arguments

Declaration [src]

void
gtk_shortcut_set_arguments (
  GtkShortcut* self,
  GVariant* args
)

Description [src]

Sets the arguments to pass when activating the shortcut.

Sets propertyGtk.Shortcut:arguments

Parameters

args GVariant*
 

arguments to pass when activating self

 Can be NULL
 Ownership is not transferred to the callee