changeset 18132:17f7d072d471

merge of '7d3f12af3273e9cf1afa4697ab2ef372d1589163' and 'c6d8bd5928a9e1ad839a8430194d3479dc4df0a8'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 22:35:25 +0000
parents dda542912f42 (diff) 16f3919b78f5 (current diff)
children 31685102ee94
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/dbus-analyze-functions.py	Sat Jun 16 22:32:54 2007 +0000
+++ b/libpurple/dbus-analyze-functions.py	Sat Jun 16 22:35:25 2007 +0000
@@ -3,7 +3,7 @@
 import sys
 
 # types translated into "int"
-simpletypes = ["int", "gint", "guint", "gboolean"]
+simpletypes = ["int", "gint", "guint", "gboolean", "gpointer", "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