[gnome-menus] gnome-menus: Fix g-ir-scanner warnings



commit 2a83843d381cebf95a775a9ae2c176c5ae816fc8
Author: Colin Walters <walters verbum org>
Date:   Fri Jun 8 16:34:12 2012 -0400

    gnome-menus: Fix g-ir-scanner warnings

 libmenu/gmenu-tree.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libmenu/gmenu-tree.c b/libmenu/gmenu-tree.c
index c062ae7..23cd353 100644
--- a/libmenu/gmenu-tree.c
+++ b/libmenu/gmenu-tree.c
@@ -618,7 +618,7 @@ gmenu_tree_class_init (GMenuTreeClass *klass)
   gobject_class->finalize = gmenu_tree_finalize;
 
   /**
-   * GMenuTree:menu-basename
+   * GMenuTree:menu-basename:
    *
    * The name of the menu file; must be a basename or a relative path. The file
    * will be looked up in $XDG_CONFIG_DIRS/menus/. See the Desktop Menu
@@ -630,7 +630,7 @@ gmenu_tree_class_init (GMenuTreeClass *klass)
                                                         "applications.menu",
                                                         G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
   /**
-   * GMenuTree:menu-path
+   * GMenuTree:menu-path:
    *
    * The full path of the menu file. If set, GMenuTree:menu-basename will get
    * ignored.
@@ -641,7 +641,7 @@ gmenu_tree_class_init (GMenuTreeClass *klass)
                                                         NULL,
                                                         G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
   /**
-   * GMenuTree:flags
+   * GMenuTree:flags:
    *
    * Flags controlling the content of the menu.
    */
@@ -653,7 +653,7 @@ gmenu_tree_class_init (GMenuTreeClass *klass)
                                                        G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
 
   /**
-   * GMenuTree:changed
+   * GMenuTree:changed:
    *
    * This signal is emitted when applications are added, removed, or
    * upgraded.  But note the new data will only be visible after



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