view doc/dbus-server-signals.dox @ 22185:bc2e96c13556

We need to store the img in the hashtable only after we have removed the old one. Otherwise, we end up removing the new img. This fixes a crash when setting the buddyicon from the account specific statusboxes. Some of the prpls unref the img's (a41a12c3718fde3c2e793af5ad8f093942ba2802) without having ref'ed them first. I think fixing that would be a better and more correct solution.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Jan 2008 05:16:39 +0000
parents e0613cf8c493
children
line wrap: on
line source

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

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

 @see dbus-server.h

 <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.doxygen tw=75 et