dbus/test/glib test-service-glib.c,1.1,1.2
Havoc Pennington
hp at pdx.freedesktop.org
Fri May 28 15:30:06 PDT 2004
Update of /cvs/dbus/dbus/test/glib
In directory pdx:/tmp/cvs-serv1708/test/glib
Modified Files:
test-service-glib.c
Log Message:
2004-05-28 Havoc Pennington <hp at redhat.com>
* test/glib/test-service-glib.c (main): remove unused variable
* glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
* dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
from the enum, no longer in use.
* dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
works right.
* dbus/dbus-message.c: add various _dbus_return_val_if_fail for
whether error_name passed in is a valid error name.
Index: test-service-glib.c
===================================================================
RCS file: /cvs/dbus/dbus/test/glib/test-service-glib.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/test-service-glib.c 21 Oct 2003 14:05:19 -0000 1.1
+++ b/test-service-glib.c 28 May 2004 22:30:04 -0000 1.2
@@ -11,7 +11,6 @@
{
DBusConnection *connection;
GError *error;
- int i;
g_type_init ();
More information about the dbus-commit
mailing list