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 _)
This commit is contained in:
Jasper St. Pierre 2013-10-09 13:30:29 -04:00
parent 6b4cba09be
commit 3751211590

View File

@ -470,12 +470,12 @@ shell_global_class_init (ShellGlobalClass *klass)
G_PARAM_READABLE)); G_PARAM_READABLE));
} }
/**• /*
* _shell_global_init: (skip) * _shell_global_init: (skip)
* @first_property_name: the name of the first property * @first_property_name: the name of the first property
* @...: the value of the first property, followed optionally by more * @...: the value of the first property, followed optionally by more
* name/value pairs, followed by %NULL * name/value pairs, followed by %NULL
* *
* Initializes the shell global singleton with the construction-time * Initializes the shell global singleton with the construction-time
* properties. * properties.
* *