From 37512115901266ebc34288e437c25684e5298d2e Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 9 Oct 2013 13:30:29 -0400 Subject: [PATCH] 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 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shell-global.c b/src/shell-global.c index 8a753b14a..4d91a2b12 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. *