mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gio: Add missing nullable annotations
This commit is contained in:
@@ -404,9 +404,9 @@ init_completion (GFilenameCompleter *completer,
|
||||
*
|
||||
* Obtains a completion for @initial_text from @completer.
|
||||
*
|
||||
* Returns: a completed string, or %NULL if no completion exists.
|
||||
* This string is not owned by GIO, so remember to g_free() it
|
||||
* when finished.
|
||||
* Returns: (nullable) (transfer full): a completed string, or %NULL if no
|
||||
* completion exists. This string is not owned by GIO, so remember to g_free()
|
||||
* it when finished.
|
||||
**/
|
||||
char *
|
||||
g_filename_completer_get_completion_suffix (GFilenameCompleter *completer,
|
||||
|
Reference in New Issue
Block a user