[glib] docs: Trivial typo fixes



commit 274f336f6a0330ec444e171134455d74979199a1
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Tue May 2 18:57:54 2017 +0530

    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

 gio/gdbusobject.c |    2 +-
 gobject/gobject.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdbusobject.c b/gio/gdbusobject.c
index fe8fb3c..e1dd220 100644
--- a/gio/gdbusobject.c
+++ b/gio/gdbusobject.c
@@ -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().
  *
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 05ea1e9..55655a6 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]