summaryrefslogtreecommitdiff
path: root/gio/gsimpleiostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gsimpleiostream.h')
-rw-r--r--gio/gsimpleiostream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsimpleiostream.h b/gio/gsimpleiostream.h
index 0f3334e36..1d98ffe91 100644
--- a/gio/gsimpleiostream.h
+++ b/gio/gsimpleiostream.h
@@ -35,10 +35,10 @@ G_BEGIN_DECLS
#define G_SIMPLE_IO_STREAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SIMPLE_IO_STREAM, GSimpleIOStream))
#define G_IS_SIMPLE_IO_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_SIMPLE_IO_STREAM))
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
GType g_simple_io_stream_get_type (void) G_GNUC_CONST;
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
GIOStream *g_simple_io_stream_new (GInputStream *input_stream,
GOutputStream *output_stream);