[mutter/wayland] prefs: Fix introspection issues



commit 0ead0d945a23785665deca395c7908fed57734ef
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 9 16:25:24 2013 -0400

    prefs: Fix introspection issues

 src/meta/prefs.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/meta/prefs.h b/src/meta/prefs.h
index 969ff40..e772e75 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]