Mercurial > pidgin
diff libpurple/dbus-analyze-functions.py @ 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 | ab6d2763b8d8 |
| children | c6ee57944335 |
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
