mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
docs: Trivial typo fixes
The presence of space was resulting in wrongly rendered documentation in devhelp (and probably in other documentations). https://bugzilla.gnome.org/show_bug.cgi?id=782068
This commit is contained in:
parent
eb7b796bd2
commit
274f336f6a
@ -116,7 +116,7 @@ g_dbus_object_get_object_path (GDBusObject *object)
|
||||
*
|
||||
* Gets the D-Bus interfaces associated with @object.
|
||||
*
|
||||
* Returns: (element-type GDBusInterface) (transfer full) : A list of #GDBusInterface instances.
|
||||
* Returns: (element-type GDBusInterface) (transfer full): A list of #GDBusInterface instances.
|
||||
* The returned list must be freed by g_list_free() after each element has been freed
|
||||
* with g_object_unref().
|
||||
*
|
||||
|
@ -1605,7 +1605,7 @@ g_object_get_type (void)
|
||||
* Construction parameters (see #G_PARAM_CONSTRUCT, #G_PARAM_CONSTRUCT_ONLY)
|
||||
* which are not explicitly specified are set to their default values.
|
||||
*
|
||||
* Returns: (transfer full) (type GObject.Object) : a new instance of
|
||||
* Returns: (transfer full) (type GObject.Object): a new instance of
|
||||
* @object_type
|
||||
*/
|
||||
gpointer
|
||||
|
Loading…
x
Reference in New Issue
Block a user