[glib] gio: remove export tags from two private headers



commit 64e1a9ca50cca461e7c6e2a4eb20a457269b6701
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jan 13 23:30:49 2013 -0500

    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, 0 insertions(+), 5 deletions(-)
---
diff --git a/gio/glocalfileinputstream.h b/gio/glocalfileinputstream.h
index 5033072..28f28bf 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 6d9b0df..be7c786 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]