summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-16 19:50:25 +0000
committerColin Walters <walters@verbum.org>2005-06-16 19:50:25 +0000
commit887a1dc0e385b43b98318f6ccfdbed73c07d13ba (patch)
treef21871161c6873b1084eeee9e68bbbdf6705350e
parentf5bb7fc1b08cd2600135f0cf98ff53b23d1cc78c (diff)
2005-06-16 Colin Walters <walters@verbum.org>
* glib/dbus-binding-tool-glib.c: * glib/dbus-gobject.c: * glib/dbus-gproxy.c: Add Nokia copyright; Patch from Ross Burton, for his GLib bindings work.
-rw-r--r--ChangeLog17
-rw-r--r--glib/dbus-binding-tool-glib.c1
-rw-r--r--glib/dbus-gobject.c1
-rw-r--r--glib/dbus-gproxy.c1
4 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 808dc95c..cfbe86e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-06-16 Colin Walters <walters@verbum.org>
+ * glib/dbus-binding-tool-glib.c:
+ * glib/dbus-gobject.c:
+ * glib/dbus-gproxy.c: Add Nokia copyright; Patch
+ from Ross Burton, for his GLib bindings work.
+
+2005-06-16 Colin Walters <walters@verbum.org>
+
* glib/dbus-gobject.c (funcsig_hash, funcsig_equal): Use n_params
to iterate instead of walking to G_TYPE_INVALID.
@@ -160,7 +167,7 @@
* glib/dbus-gobject.c:
* glib/dbus-gvalue.c: Fix indentation and brace style.
-2005-06-14 Ross Burton <ross@burtonini.com>.
+2005-06-14 Ross Burton <ross@openedhand.com>.
* glib/dbus-glib.h: Make DBusGMethodInvocation
a private structure. Rearrange prototypes a bit.
@@ -178,7 +185,7 @@
* glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller):
Add missing return statements, noticed by Ross Burton.
-2005-06-13 Ross Burton <ross@burtonini.com>.
+2005-06-13 Ross Burton <ross@openedhand.com>.
* glib/dbus-gobject.c: Handle errors on message
demarshalling by sending error message back.
@@ -197,7 +204,7 @@
2005-06-12 Colin Walters <walters@verbum.org>
Async signals and various bugfixes and testing by
- Ross Burton <ross@burtonini.com>.
+ Ross Burton <ross@openedhand.com>.
* glib/dbus-gvalue.h: (struct DBusBasicGValue): Delete.
(dbus_gvalue_genmarshal_name_from_type)
@@ -484,7 +491,7 @@
alias for ProxyMethod to make it easier for the Twisted
networking framework to integrate dbus.
-2005-05-11 Ross Burton <ross@burtonini.com>
+2005-05-11 Ross Burton <ross@openedhand.com>
* glib/dbus-glib-tool.c: Add --prefix argument.
* glib/dbus-binding-tool-glib.h: Add prefix argument.
@@ -569,7 +576,7 @@
* python/_dbus.py, python/proxies.py: implement __repr__ in a couple
of classes so that print obj doesn't throw an exception (Bug #1685)
-2005-05-03 Ross Burton <ross@burtonini.com>
+2005-05-03 Ross Burton <ross@openedhand.com>
* glib/dbus-gobject.c (dbus_g_connection_register_g_object):
Return if we get an error during registration. Set up a
diff --git a/glib/dbus-binding-tool-glib.c b/glib/dbus-binding-tool-glib.c
index 70c89e91..b04386bc 100644
--- a/glib/dbus-binding-tool-glib.c
+++ b/glib/dbus-binding-tool-glib.c
@@ -2,6 +2,7 @@
/* dbus-binding-tool-glib.c: Output C glue
*
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
+ * Copyright (C) 2005 Nokia
*
* Licensed under the Academic Free License version 2.1
*
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index 8e43155a..7a57d4ea 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -2,6 +2,7 @@
/* dbus-gobject.c Exporting a GObject remotely
*
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
+ * Copyright (C) 2005 Nokia
*
* Licensed under the Academic Free License version 2.1
*
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c
index efb8292d..836167ef 100644
--- a/glib/dbus-gproxy.c
+++ b/glib/dbus-gproxy.c
@@ -2,6 +2,7 @@
/* dbus-gproxy.c Proxy for remote objects
*
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
+ * Copyright (C) 2005 Nokia
*
* Licensed under the Academic Free License version 2.1
*