aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/dbus/files/patch-glib_dbus-gobject.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/dbus/files/patch-glib_dbus-gobject.c b/devel/dbus/files/patch-glib_dbus-gobject.c
new file mode 100644
index 000000000000..858958d80ef9
--- /dev/null
+++ b/devel/dbus/files/patch-glib_dbus-gobject.c
@@ -0,0 +1,12 @@
+--- glib/dbus-gobject.c.orig Mon Apr 4 01:17:05 2005
++++ glib/dbus-gobject.c Mon Apr 4 01:17:17 2005
+@@ -396,8 +396,8 @@ write_interface (gpointer key, gpointer
+ for (; methods; methods = methods->next)
+ {
+ DBusGMethodInfo *method;
+- method = methods->data;
+ const char *args;
++ method = methods->data;
+
+ g_string_append_printf (xml, " <method name=\"%s\">\n",
+ method_name_from_object_info (object_info, method));