diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:51:30 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:51:30 +0000 |
commit | fed8880c6f718b9f06e589d1769494a47b395c0d (patch) | |
tree | 2b23ebea23118bf6bb48ccd6da808c6490465546 /dbus/dbus-address.h | |
parent | e19ebac55d671ecd92877af182300311afa7641a (diff) |
2006-10-21 Havoc Pennington <hp@redhat.com>
* Document a bunch of undocumented stuff
Diffstat (limited to 'dbus/dbus-address.h')
-rw-r--r-- | dbus/dbus-address.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |