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:
Mohammed Sadiq 2017-05-02 18:57:54 +05:30 committed by Emmanuele Bassi
parent eb7b796bd2
commit 274f336f6a
2 changed files with 2 additions and 2 deletions

View File

@ -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().
*

View File

@ -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