mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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>
This commit is contained in:
parent
e222ca2ef2
commit
1627d65d0f
@ -1053,15 +1053,16 @@ g_irepository_get_version (GIRepository *repository,
|
|||||||
* process-global default #GIRepository
|
* process-global default #GIRepository
|
||||||
* @namespace_: Namespace to inspect
|
* @namespace_: Namespace to inspect
|
||||||
*
|
*
|
||||||
* This function returns the full path to the shared C library
|
* This function returns a comma-separated list of paths to the
|
||||||
* associated with the given namespace @namespace_. There may be no
|
* shared C libraries associated with the given namespace @namespace_.
|
||||||
* shared library path associated, in which case this function will
|
* There may be no shared library path associated, in which case this
|
||||||
* return %NULL.
|
* function will return %NULL.
|
||||||
*
|
*
|
||||||
* Note: The namespace must have already been loaded using a function
|
* Note: The namespace must have already been loaded using a function
|
||||||
* such as g_irepository_require() before calling this 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 *
|
const gchar *
|
||||||
g_irepository_get_shared_library (GIRepository *repository,
|
g_irepository_get_shared_library (GIRepository *repository,
|
||||||
|
Loading…
Reference in New Issue
Block a user