doc/reference/protocols/version.xml.in

Thu, 15 Jun 2017 12:19:37 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Thu, 15 Jun 2017 12:19:37 -0500
changeset 38423
a7c94f7c1277
parent 37347
34d43f8c10d1
permissions
-rw-r--r--

eventloop: Remove PurpleEventLoopUiOps struct and functions

Now that libpurple uses Gio, configuring the event loop to use
something other than the GLib event loop causes things to break.
This is because Gio adds sources to the GLib event loop in a way
which can't practically be overridden.

Fortunately, other event loops can still be used by driving the
GLib event loop manually. See the GLib Main Event Loop docs for
information on doing this.

This patch removes the PurpleEventLoopUiOps and its supporting
functions for setting and getting them. The remaining event loop
functions should be replaced with their GLib equivalents once
it's practical.

37347
34d43f8c10d1 facebook: added GTK-Doc for the internal APIs
James Geboski <jgeboski@gmail.com>
parents:
diff changeset
1 @PURPLE_VERSION@

mercurial