summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-10-09 16:25:24 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-10-09 17:32:05 -0400
commit71f574bc526edbd8b23172bfc0f1b336b3f8b7cd (patch)
tree0879a57fb223f3bf6361e1590dcbde29de1ad6f3
parent2518d6138fc0625c304648e28b17626e019639e1 (diff)
prefs: Fix introspection issues
-rw-r--r--src/meta/prefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/meta/prefs.h b/src/meta/prefs.h
index 969ff400..e772e751 100644
--- a/src/meta/prefs.h
+++ b/src/meta/prefs.h
@@ -419,13 +419,13 @@ typedef struct
*/
GSList *bindings;
- /** for keybindings that can have shift or not like Alt+Tab */
+ /* for keybindings that can have shift or not like Alt+Tab */
gboolean add_shift:1;
- /** for keybindings that apply only to a window */
+ /* for keybindings that apply only to a window */
gboolean per_window:1;
- /** for keybindings not added with meta_display_add_keybinding() */
+ /* for keybindings not added with meta_display_add_keybinding() */
gboolean builtin:1;
} MetaKeyPref;