Method

GtkShortcutset_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.

 The argument can be NULL.
 The data is owned by the caller of the function.