Mercurial > pidgin.yaz
changeset 18130:d955d9bd7ea7
Treat some more types as simple types. This allows exporting some useful
functions for dbus.
Can this cause problems?
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 16 Jun 2007 22:20:13 +0000 |
parents | 26c5acb6eb49 |
children | dda542912f42 |
files | libpurple/dbus-analyze-functions.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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