mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
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:
parent
068a119f74
commit
64e1a9ca50
@ -51,12 +51,9 @@ struct _GLocalFileInputStreamClass
|
|||||||
GFileInputStreamClass parent_class;
|
GFileInputStreamClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
|
||||||
GType _g_local_file_input_stream_get_type (void) G_GNUC_CONST;
|
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);
|
GFileInputStream *_g_local_file_input_stream_new (int fd);
|
||||||
GLIB_AVAILABLE_IN_ALL
|
|
||||||
void _g_local_file_input_stream_set_do_close (GLocalFileInputStream *in,
|
void _g_local_file_input_stream_set_do_close (GLocalFileInputStream *in,
|
||||||
gboolean do_close);
|
gboolean do_close);
|
||||||
|
|
||||||
|
@ -52,9 +52,7 @@ struct _GLocalFileIOStreamClass
|
|||||||
GFileIOStreamClass parent_class;
|
GFileIOStreamClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
|
||||||
GType _g_local_file_io_stream_get_type (void) G_GNUC_CONST;
|
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);
|
GFileIOStream * _g_local_file_io_stream_new (GLocalFileOutputStream *output_stream);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user