gio: Add missing nullable annotations

This commit is contained in:
Sebastian Dröge
2020-10-18 11:15:54 +03:00
parent b8927cc6ad
commit 705a59a315
35 changed files with 94 additions and 94 deletions

View File

@@ -529,7 +529,7 @@ g_application_command_line_get_options_dict (GApplicationCommandLine *cmdline)
*
* You must only call this function once per commandline invocation.
*
* Returns: (transfer full): a #GInputStream for stdin
* Returns: (nullable) (transfer full): a #GInputStream for stdin
*
* Since: 2.34
**/
@@ -610,7 +610,7 @@ g_application_command_line_get_environ (GApplicationCommandLine *cmdline)
* The return value should not be modified or freed and is valid for as
* long as @cmdline exists.
*
* Returns: the value of the variable, or %NULL if unset or unsent
* Returns: (nullable): the value of the variable, or %NULL if unset or unsent
*
* Since: 2.28
**/