glib r7151 - trunk/gio
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7151 - trunk/gio
- Date: Wed, 2 Jul 2008 22:05:32 +0000 (UTC)
Author: matthiasc
Date: Wed Jul 2 22:05:32 2008
New Revision: 7151
URL: http://svn.gnome.org/viewvc/glib?rev=7151&view=rev
Log:
Fix the build
Modified:
trunk/gio/ChangeLog
trunk/gio/gfilemonitor.c
Modified: trunk/gio/gfilemonitor.c
==============================================================================
--- trunk/gio/gfilemonitor.c (original)
+++ trunk/gio/gfilemonitor.c Wed Jul 2 22:05:32 2008
@@ -53,6 +53,9 @@
LAST_SIGNAL
};
+/* work around a limitation of the aliasing foo */
+#undef g_file_monitor
+
G_DEFINE_ABSTRACT_TYPE (GFileMonitor, g_file_monitor, G_TYPE_OBJECT);
typedef struct {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]