mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Add missing nullable annotation to g_irepository_get_shared_library
This commit is contained in:
parent
7daee7b90a
commit
47136da074
@ -1144,7 +1144,7 @@ g_irepository_get_version (GIRepository *repository,
|
||||
* Note: The namespace must have already been loaded using a function
|
||||
* such as g_irepository_require() before calling this function.
|
||||
*
|
||||
* Returns: Comma-separated list of paths to shared libraries,
|
||||
* Returns: (nullable): Comma-separated list of paths to shared libraries,
|
||||
* or %NULL if none are associated
|
||||
*/
|
||||
const gchar *
|
||||
|
Loading…
Reference in New Issue
Block a user