[gnome-builder] context: fix some gtk-doc g-i annotations



commit 940bda50f71e3b38e2c75d9ea46bb004965f51fc
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jul 18 11:40:49 2018 -0700

    context: fix some gtk-doc g-i annotations

 src/libide/ide-context.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/ide-context.c b/src/libide/ide-context.c
index 7d128dd6a..9ce46a15e 100644
--- a/src/libide/ide-context.c
+++ b/src/libide/ide-context.c
@@ -2305,11 +2305,14 @@ _ide_context_is_restoring (IdeContext *self)
 
 /**
  * ide_context_get_settings:
+ * @self: an #IdeContext
+ * @schema_id: the #GSettings schema identifier
+ * @relative_path: (nullable): the path for the settings or %NULL
  *
  * Gets an #IdeSettings representing the given #GSettingsSchema.
  *
- * relative_path will be used to apply multiple layers of settings. Project settings will be
- * applied to first, followed by global settings.
+ * @relative_path will be used to apply multiple layers of settings.
+ * Project settings will be applied to first, followed by global settings.
  *
  * Returns: (transfer full): An #IdeSettings.
  */


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