From fed8880c6f718b9f06e589d1769494a47b395c0d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 18:51:30 +0000 Subject: 2006-10-21 Havoc Pennington * Document a bunch of undocumented stuff --- dbus/dbus-address.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-address.h') diff --git a/dbus/dbus-address.h b/dbus/dbus-address.h index 8940be5b..8480e56a 100644 --- a/dbus/dbus-address.h +++ b/dbus/dbus-address.h @@ -37,6 +37,7 @@ DBUS_BEGIN_DECLS * @{ */ +/** Opaque type representing one of the semicolon-separated items in an address */ typedef struct DBusAddressEntry DBusAddressEntry; dbus_bool_t dbus_parse_address (const char *address, -- cgit