diff libpurple/dbus-analyze-functions.py @ 31525:37c9f6020c35

Stop translating gpointer to int in the dbus API. This has the effect of removing a number of functions from the API, which probably shouldn't have been there in the first place. Fixes #12507. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author opensuse-project@opensuse.org
date Tue, 28 Dec 2010 11:34:19 +0000
parents cb74b2877ea7
children bf65d24d84ae
line wrap: on
line diff
--- a/libpurple/dbus-analyze-functions.py	Tue Dec 28 11:09:22 2010 +0000
+++ b/libpurple/dbus-analyze-functions.py	Tue Dec 28 11:34:19 2010 +0000
@@ -3,7 +3,7 @@
 import sys
 
 # types translated into "int"
-simpletypes = ["int", "gint", "guint", "gboolean", "gpointer", "size_t", "gssize", "time_t"]
+simpletypes = ["int", "gint", "guint", "gboolean", "size_t", "gssize", "time_t"]
 
 # List "excluded" contains functions that shouldn't be exported via
 # DBus.  If you remove a function from this list, please make sure