Sun, 04 Jun 2017 22:05:28 -0500
facebook: Use generic marshaller for GObject signals
Since 2.30 it's been possible to use a default c_marshaller by
passing NULL to g_signal_new(). It has since become the recommended
way of creating signals.
https://developer.gnome.org/gobject/stable/howto-signals.html
This patch ports the Facebook prpl to use this method instead
of generating its own marshallers with glib-genmarshal.
For information on writing a plugin for Purple, Pidgin or Finch, go https://developer.pidgin.im and click on API. From there, see the HOWTOs in the "Related Pages" section. You can also generate this documentation locally by passing "--enable-gtk-doc" to ./configure, then running "make" in the source tree. The documentation will be in the doc/reference/*/html directories.