mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-04 15:30:30 +01:00
base-dirs: add missing (nullable) annotation
This commit is contained in:
parent
8040967e47
commit
4b0024ed27
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ lookup_dirs (guint flags, gboolean is_absolute)
|
|||
* \param subdir (nullable): the name of the subdirectory to search in,
|
||||
* inside the specified directories
|
||||
* \param filename the name of the file to search for
|
||||
* \returns (transfer full): A newly allocated string with the absolute,
|
||||
* canonicalized file path, or NULL if the file was not found.
|
||||
* \returns (transfer full) (nullable): A newly allocated string with the
|
||||
* absolute, canonicalized file path, or NULL if the file was not found.
|
||||
* \since 0.5.0
|
||||
*/
|
||||
gchar *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue