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-server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/dbus-server.h') 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); -- cgit