summaryrefslogtreecommitdiff
path: root/gio/gunixoutputstream.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-10-05 13:39:21 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-10-13 20:53:56 -0400
commite5565f6635fdae5d0fb23843eb8adc01bbb45e6c (patch)
tree68cfb6e2cae9f476fd147ed03c6e3ebc12b256f5 /gio/gunixoutputstream.h
parentdcfc9f689e2483d7735bdc90fb36201838c1854f (diff)
Rename all visibility macros
Diffstat (limited to 'gio/gunixoutputstream.h')
-rw-r--r--gio/gunixoutputstream.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/gunixoutputstream.h b/gio/gunixoutputstream.h
index 1a7ee08dd..37aa22584 100644
--- a/gio/gunixoutputstream.h
+++ b/gio/gunixoutputstream.h
@@ -66,18 +66,18 @@ struct _GUnixOutputStreamClass
void (*_g_reserved5) (void);
};
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
GType g_unix_output_stream_get_type (void) G_GNUC_CONST;
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
GOutputStream * g_unix_output_stream_new (gint fd,
gboolean close_fd);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
void g_unix_output_stream_set_close_fd (GUnixOutputStream *stream,
gboolean close_fd);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
gboolean g_unix_output_stream_get_close_fd (GUnixOutputStream *stream);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
gint g_unix_output_stream_get_fd (GUnixOutputStream *stream);
G_END_DECLS