summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2017-06-01 21:35:39 -0500
committerMike Ruprecht <cmaiku@gmail.com>2017-06-01 21:35:39 -0500
commit0a46261173ba030db1362873a9aaf785f625c253 (patch)
tree0a21f74147f4013dd805d3d36dce494338f50ecc /.hgignore
parent413249de4d1dcb7dc02b9aa12397ceeeddf89d61 (diff)
downloadpidgin-0a46261173ba030db1362873a9aaf785f625c253.tar.gz
libpurple: Use default 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 libpurple to use this method instead of generating its own marshallers with glib-genmarshal.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index c9f5748508..139d227fc9 100644
--- a/.hgignore
+++ b/.hgignore
@@ -75,7 +75,6 @@ libpurple/enums.[ch]
libpurple/example/nullclient
libpurple/data/purple-url-handler.desktop$
libpurple/data/purple-url-handler.desktop.in$
-libpurple/marshallers.[ch]
libpurple/plugins/dbus-example-bindings.c
libpurple/purple-client-bindings.[ch]
libpurple/purple-client-example