summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrett.regier@riftio.com>2015-02-14 11:37:43 -0800
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-03-10 20:47:59 +0100
commit49e8afc3cf080b17ace11990619e2951b98162b7 (patch)
treedd03a3e664e0a529c1d56cec0a6f053be442d3eb
parent0cc4864af51dcce22752e8944fcf3667e74c4187 (diff)
downloadgobject-introspection-49e8afc3cf080b17ace11990619e2951b98162b7.tar.gz
Fix docs for g_irepository_get_shared_library()
https://bugzilla.gnome.org/show_bug.cgi?id=744536 Signed-off-by: Garrett Regier <garrett.regier@riftio.com>
-rw-r--r--girepository/girepository.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/girepository/girepository.c b/girepository/girepository.c
index efc3bded..93382fd8 100644
--- a/girepository/girepository.c
+++ b/girepository/girepository.c
@@ -1053,15 +1053,16 @@ g_irepository_get_version (GIRepository *repository,
* process-global default #GIRepository
* @namespace_: Namespace to inspect
*
- * This function returns the full path to the shared C library
- * associated with the given namespace @namespace_. There may be no
- * shared library path associated, in which case this function will
- * return %NULL.
+ * This function returns a comma-separated list of paths to the
+ * shared C libraries associated with the given namespace @namespace_.
+ * There may be no shared library path associated, in which case this
+ * function will return %NULL.
*
* Note: The namespace must have already been loaded using a function
* such as g_irepository_require() before calling this function.
*
- * Returns: Full path to shared library, or %NULL if none associated
+ * Returns: Comma-separated list of paths to shared libraries,
+ * or %NULL if none are associated
*/
const gchar *
g_irepository_get_shared_library (GIRepository *repository,