summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelmap.h
diff options
context:
space:
mode:
authorTadej Borovšak <tadeboro@gmail.com>2010-09-27 03:03:09 +0200
committerJavier Jardón <jjardon@gnome.org>2010-09-27 03:04:34 +0200
commitd947178e42f152c9933cb3348219b92c451740ff (patch)
tree3baed5f4470014285fd9edfda52135b4d87e2219 /gtk/gtkaccelmap.h
parente267ed84db9193a114cb2ead27824fb0b742bac8 (diff)
downloadgtk+-d947178e42f152c9933cb3348219b92c451740ff.tar.gz
Update and expand GtkAccelMap API docs
Diffstat (limited to 'gtk/gtkaccelmap.h')
-rw-r--r--gtk/gtkaccelmap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkaccelmap.h b/gtk/gtkaccelmap.h
index f69ec89ca9..dfce2b80c8 100644
--- a/gtk/gtkaccelmap.h
+++ b/gtk/gtkaccelmap.h
@@ -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,