[glib] Fix up make check
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix up make check
- Date: Mon, 22 Feb 2010 00:44:43 +0000 (UTC)
commit 2de84d65943c29b86c24f2da9c9e7ca094e9c3a6
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 21 19:42:37 2010 -0500
Fix up make check
gio/gfiledescriptorbased.c | 2 ++
gio/gio.symbols | 13 ++++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c
index ebb19ef..50ab764 100644
--- a/gio/gfiledescriptorbased.c
+++ b/gio/gfiledescriptorbased.c
@@ -70,3 +70,5 @@ g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based)
}
+#define __G_FILE_DESCRIPTOR_BASED_C__
+#include "gioaliasdef.c"
diff --git a/gio/gio.symbols b/gio/gio.symbols
index fa3e37b..19e9aa6 100644
--- a/gio/gio.symbols
+++ b/gio/gio.symbols
@@ -1321,21 +1321,28 @@ g_unix_fd_list_steal_fds
#if IN_HEADER(__G_UTF8_INPUT_STREAM_H__)
#if IN_FILE(__G_UTF8_INPUT_STREAM_C__)
-g_utf8_input_stream_get_type
+g_utf8_input_stream_get_type G_GNUC_CONST
g_utf8_input_stream_new
#endif
#endif
#if IN_HEADER(__G_ZLIB_COMPRESSOR_H__)
#if IN_FILE(__G_ZLIB_COMPRESSOR_C__)
-g_zlib_compressor_get_type
+g_zlib_compressor_get_type G_GNUC_CONST
g_zlib_compressor_new
#endif
#endif
#if IN_HEADER(__G_ZLIB_DECOMPRESSOR_H__)
#if IN_FILE(__G_ZLIB_DECOMPRESSOR_C__)
-g_zlib_decompressor_get_type
+g_zlib_decompressor_get_type G_GNUC_CONST
g_zlib_decompressor_new
#endif
#endif
+
+#if IN_HEADER(__G_FILE_DESCRIPTOR_BASED_H__)
+#if IN_FILE(__G_FILE_DESCRIPTOR_BASED_C__)
+g_file_descriptor_based_get_type G_GNUC_CONST
+g_file_descriptor_based_get_fd
+#endif
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]