[gnome-shell] shell-global: Fix introspection issues



commit 37512115901266ebc34288e437c25684e5298d2e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 9 13:30:29 2013 -0400

    shell-global: Fix introspection issues
    
    Remove stray bullet points, and don't actually mark for introspection
    since it's private anyway (it starts with a _)

 src/shell-global.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index 8a753b1..4d91a2b 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -470,12 +470,12 @@ shell_global_class_init (ShellGlobalClass *klass)
                                                         G_PARAM_READABLE));
 }
 
-/**•
- * _shell_global_init: (skip)•
+/*
+ * _shell_global_init: (skip)
  * @first_property_name: the name of the first property
  * @...: the value of the first property, followed optionally by more
  *  name/value pairs, followed by %NULL
- *•
+ *
  * Initializes the shell global singleton with the construction-time
  * properties.
  *


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