summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-server.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 18:51:30 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 18:51:30 +0000
commitfed8880c6f718b9f06e589d1769494a47b395c0d (patch)
tree2b23ebea23118bf6bb48ccd6da808c6490465546 /dbus/dbus-server.h
parente19ebac55d671ecd92877af182300311afa7641a (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* Document a bunch of undocumented stuff
Diffstat (limited to 'dbus/dbus-server.h')
-rw-r--r--dbus/dbus-server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-server.h b/dbus/dbus-server.h
index caea4d70..58e00289 100644
--- a/dbus/dbus-server.h
+++ b/dbus/dbus-server.h
@@ -41,6 +41,9 @@ DBUS_BEGIN_DECLS
typedef struct DBusServer DBusServer;
+/** Called when a new connection to the server is available. Must reference and save the new
+ * connection, or close the new connection. Set with dbus_server_set_new_connection_function().
+ */
typedef void (* DBusNewConnectionFunction) (DBusServer *server,
DBusConnection *new_connection,
void *data);