From 64e1a9ca50cca461e7c6e2a4eb20a457269b6701 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 13 Jan 2013 23:30:49 -0500 Subject: [PATCH] gio: remove export tags from two private headers I got a little bit too excited and added GLIB_AVAILABLE_IN_ALL tags to some internal API. --- gio/glocalfileinputstream.h | 3 --- gio/glocalfileiostream.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/gio/glocalfileinputstream.h b/gio/glocalfileinputstream.h index 5033072ff..28f28bf7f 100644 --- a/gio/glocalfileinputstream.h +++ b/gio/glocalfileinputstream.h @@ -51,12 +51,9 @@ struct _GLocalFileInputStreamClass GFileInputStreamClass parent_class; }; -GLIB_AVAILABLE_IN_ALL GType _g_local_file_input_stream_get_type (void) G_GNUC_CONST; -GLIB_AVAILABLE_IN_ALL GFileInputStream *_g_local_file_input_stream_new (int fd); -GLIB_AVAILABLE_IN_ALL void _g_local_file_input_stream_set_do_close (GLocalFileInputStream *in, gboolean do_close); diff --git a/gio/glocalfileiostream.h b/gio/glocalfileiostream.h index 6d9b0df3b..be7c7863f 100644 --- a/gio/glocalfileiostream.h +++ b/gio/glocalfileiostream.h @@ -52,9 +52,7 @@ struct _GLocalFileIOStreamClass GFileIOStreamClass parent_class; }; -GLIB_AVAILABLE_IN_ALL GType _g_local_file_io_stream_get_type (void) G_GNUC_CONST; -GLIB_AVAILABLE_IN_ALL GFileIOStream * _g_local_file_io_stream_new (GLocalFileOutputStream *output_stream); G_END_DECLS