Mercurial > pidgin
view doc/dbus-server-signals.dox @ 30460:80affba7ea0d
Kill the win32 idle tracking code that works on old windows versions and move
the W2K+ only version into pidgin/win32/gtkwin32dep.[ch].
This ends up removing API that should only have ever been used internally.
If you're unhappy about that, let me know.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 30 Aug 2010 18:56:44 +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