From a18ebe81bdcfcc95d721e70529d6791fc16d2483 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 10 Oct 2007 11:39:22 +0100 Subject: Rename DBUS_ERROR_INITIALIZER to DBUS_ERROR_INIT per Havoc's review --- dbus/dbus-errors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-errors.c') diff --git a/dbus/dbus-errors.c b/dbus/dbus-errors.c index 30bf6a1f..9629c682 100644 --- a/dbus/dbus-errors.c +++ b/dbus/dbus-errors.c @@ -36,13 +36,13 @@ */ /** - * @def DBUS_ERROR_INITIALIZER + * @def DBUS_ERROR_INIT * * Expands to a suitable initializer for a DBusError on the stack. * Declaring a DBusError with: * * @code - * DBusError error = DBUS_ERROR_INITIALIZER; + * DBusError error = DBUS_ERROR_INIT; * * do_things_with (&error); * @endcode -- cgit