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.
This commit is contained in:
Ryan Lortie 2013-01-13 23:30:49 -05:00
parent 068a119f74
commit 64e1a9ca50
2 changed files with 0 additions and 5 deletions

View File

@ -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);

View File

@ -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