[glib] gio.symbols: add two missing G_GNUC_CONSTs



commit 3814868b7a1950286f875b193dd10aa20b482fe6
Author: Dan Winship <danw gnome org>
Date:   Wed Apr 21 13:37:59 2010 -0400

    gio.symbols: add two missing G_GNUC_CONSTs

 gio/gio.symbols |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gio.symbols b/gio/gio.symbols
index 6b22ee1..62a357a 100644
--- a/gio/gio.symbols
+++ b/gio/gio.symbols
@@ -983,8 +983,8 @@ g_socket_type_get_type G_GNUC_CONST
 g_socket_protocol_get_type G_GNUC_CONST
 g_socket_msg_flags_get_type G_GNUC_CONST
 g_resolver_error_get_type G_GNUC_CONST
-g_zlib_compressor_format_get_type
-g_settings_bind_flags_get_type
+g_zlib_compressor_format_get_type G_GNUC_CONST
+g_settings_bind_flags_get_type G_GNUC_CONST
 #endif
 #endif
 



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