1 /** @page dbus-server-signals DBus Server Signals
4 @signal dbus-method-called
5 @signal dbus-introspect
12 @signaldef dbus-method-called
14 gboolean (*dbus_method_called)(DBusConnection *connection,
15 DBusMessage *message);
18 Emitted when a dbus method is going to be called.
19 @param connection The DBus connection.
20 @param message The DBus message.
21 @return TRUE if signal handler handled the method. ???
24 @signaldef dbus-introspect
26 void (*dbus_introspect)(GList **bidings_list);
30 @param bindings_list ???
34 // vim: syntax=c.doxygen tw=75 et