[glib] Add the new GFile ops to gio.symbols



commit 80a484ad2c2495134a87a35f8ac936e8e75c311a
Author: Alexander Larsson <alexl redhat com>
Date:   Thu May 14 15:32:55 2009 +0200

    Add the new GFile ops to gio.symbols
    
    This adds all the symbols related to GFile GIOStream support that was
    recently added.
---
 gio/gio.symbols |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/gio/gio.symbols b/gio/gio.symbols
index 2671194..aad910f 100644
--- a/gio/gio.symbols
+++ b/gio/gio.symbols
@@ -323,6 +323,15 @@ g_file_load_partial_contents_finish
 g_file_replace_contents
 g_file_replace_contents_async
 g_file_replace_contents_finish
+g_file_create_readwrite
+g_file_create_readwrite_async
+g_file_create_readwrite_finish
+g_file_open_readwrite
+g_file_open_readwrite_async
+g_file_open_readwrite_finish
+g_file_replace_readwrite
+g_file_replace_readwrite_async
+g_file_replace_readwrite_finish
 #endif
 #endif
 



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