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. *