# HG changeset patch # User Sadrul Habib Chowdhury # Date 1182032413 0 # Node ID d955d9bd7ea7e9fe11fdfd7cb886f22480a58150 # Parent 26c5acb6eb493681987c0daee8a54d8251e83974 Treat some more types as simple types. This allows exporting some useful functions for dbus. Can this cause problems? diff -r 26c5acb6eb49 -r d955d9bd7ea7 libpurple/dbus-analyze-functions.py --- a/libpurple/dbus-analyze-functions.py Sat Jun 16 21:34:37 2007 +0000 +++ b/libpurple/dbus-analyze-functions.py Sat Jun 16 22:20:13 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