]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaccelmap.h
Update and expand GtkAccelMap API docs
[~andy/gtk] / gtk / gtkaccelmap.h
index f69ec89ca97c4b14a50ad7f812b14a38bb40500e..dfce2b80c898b0646cd241b550157d50b71b7659 100644 (file)
@@ -41,6 +41,16 @@ typedef struct _GtkAccelMap      GtkAccelMap;
 typedef struct _GtkAccelMapClass GtkAccelMapClass;
 
 /* --- notifier --- */
+/**
+ * GtkAccelMapForeach:
+ * @data: User data passed to gtk_accel_map_foreach() or
+ *  gtk_accel_map_foreach_unfiltered()
+ * @accel_path: Accel path of the current accelerator
+ * @accel_key: Key of the current accelerator
+ * @accel_mods: Modifiers of the current accelerator
+ * @changed: Changed flag of the accelerator (if %TRUE, accelerator has changed
+ *  during runtime and would need to be saved during an accelerator dump)
+ */
 typedef void (*GtkAccelMapForeach)             (gpointer        data,
                                                 const gchar    *accel_path,
                                                 guint           accel_key,