girepository: Clarify docstring about which kind of strings are formatted

This commit is contained in:
Marco Trevisan (Treviño) 2023-12-20 21:02:39 +01:00
parent 3ec0192970
commit 8e26e7aee2

View File

@ -556,7 +556,7 @@ get_typelib_dependencies_transitive (GIRepository *repository,
* Retrieves all (transitive) versioned dependencies for * Retrieves all (transitive) versioned dependencies for
* @namespace_. * @namespace_.
* *
* The strings are of the form `namespace-version`. * The returned strings are of the form `namespace-version`.
* *
* Note: @namespace_ must have already been loaded using a function * Note: @namespace_ must have already been loaded using a function
* such as [method@GIRepository.Repository.require] before calling this * such as [method@GIRepository.Repository.require] before calling this