view doc/dbus-server-signals.dox @ 17086:4fd7ec01b3f3

Adding Intel Corporation to cover all our bases here: (19:25:17) rlaager: arjan: How should I list you in COPYRIGHT? (19:26:08) arjan: if you want to add me: Arjan van de Ven <arjan@linux.intel.com> (19:26:21) arjan: but it's such a small change that I don't think I deserve that privilege ;) (19:26:47) rlaager: arjan: We add people for even a single character change. ;) By which word does your last name alphabetize? (19:27:01) arjan: eh. if you're in .nl, by "Ven" (19:27:08) arjan: but.. in english usually by "van" (19:27:53) rlaager: arjan: Is any of this work copyright Intel? (19:28:09) arjan: rlaager: I think Intel considers it too small to be copyrigthable (19:29:05) arjan: rlaager: but otherwise if you think it is then yes it's all Intel
author Richard Laager <rlaager@wiktel.com>
date Tue, 15 May 2007 00:30:22 +0000
parents 1ec93dd2f359
children e0613cf8c493
line wrap: on
line source

/** @page dbus-server-signals DBus Server Signals

 @signals
  @signal dbus-method-called
  @signal dbus-introspect
 @endsignals

 <hr>

 @signaldef dbus-method-called
  @signalproto
gboolean (*dbus_method_called)(DBusConnection *connection,
                               DBusMessage *message);
  @endsignalproto
  @signaldesc
   Emitted when a dbus method is going to be called.
  @param connection The DBus connection.
  @param message The DBus message.
  @return TRUE if signal handler handled the method. ???
 @endsignaldef

 @signaldef dbus-introspect
  @signalproto
void (*dbus_introspect)(GList **bidings_list);
  @endsignalproto
  @signaldesc
   ???
  @param bindings_list ???
 @endsignaldef

 */
// vim: syntax=c tw=75 et