Add missing nullable annotation to g_irepository_get_shared_library

This commit is contained in:
Jonne Haß 2020-05-14 15:20:25 +00:00
parent 7daee7b90a
commit 47136da074

View File

@ -1144,7 +1144,7 @@ g_irepository_get_version (GIRepository *repository,
* 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: Comma-separated list of paths to shared libraries, * Returns: (nullable): Comma-separated list of paths to shared libraries,
* or %NULL if none are associated * or %NULL if none are associated
*/ */
const gchar * const gchar *