pidgin: 83923425: Stop translating gpointer to int in the ...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Tue Dec 28 06:40:42 EST 2010


----------------------------------------------------------------------
Revision: 83923425ae649610dc9a45a64e7aa2fe46aaaa40
Parent:   5df840eb0e8bf63e750a5c6051fcd8b657822bb5
Author:   opensuse-project at opensuse.org
Date:     12/28/10 06:34:19
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/83923425ae649610dc9a45a64e7aa2fe46aaaa40

Changelog: 

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.

Changes against parent 5df840eb0e8bf63e750a5c6051fcd8b657822bb5

  patched  COPYRIGHT
  patched  ChangeLog
  patched  libpurple/dbus-analyze-functions.py

-------------- next part --------------
============================================================
--- ChangeLog	055d159f4c5c585b2847425ed268a82d954ea804
+++ ChangeLog	42468ae29f13bd6bc359d31fa1dc7738ecd7aceb
@@ -3,6 +3,8 @@ version 2.7.10 (??/??/????):
 version 2.7.10 (??/??/????):
 	libpurple:
 	* Stop sending audio when placing a call on hold. (Jakub Adam) (#13032)
+	* Stop translating gpointers to ints in the dbus API.  This removes
+	  functions from the dbus API.  (The openSUSE Project) (#12507)
 
 	Pidgin:
 	* Support using the Page Up and Page Down keys on the numeric keypad in
============================================================
--- COPYRIGHT	57512d883189ddb56ae595fe05a02fb376dc695a
+++ COPYRIGHT	812c94fb5ec9d6dd8129be5796aa664ee90f6365
@@ -359,6 +359,7 @@ Oliver
 Gudmundur Bjarni Olafsson
 Bartosz Oler
 Oliver
+The openSUSE Project
 J?rgen Orschiedt
 Stefan Ott
 Shawn Outman
============================================================
--- libpurple/dbus-analyze-functions.py	e1bc4be7fc344f3c2cd3e91a94276724a1539564
+++ libpurple/dbus-analyze-functions.py	131c3493db95f5025976e3de5497b92823228caa
@@ -3,7 +3,7 @@ import sys
 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


More information about the Commits mailing list