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:
@@ -271,7 +271,7 @@ g_file_output_stream_query_info_finish (GFileOutputStream *stream,
|
||||
* This must be called after the stream has been written
|
||||
* and closed, as the etag can change while writing.
|
||||
*
|
||||
* Returns: the entity tag for the stream.
|
||||
* Returns: (nullable) (transfer full): the entity tag for the stream.
|
||||
**/
|
||||
char *
|
||||
g_file_output_stream_get_etag (GFileOutputStream *stream)
|
||||
|
Reference in New Issue
Block a user