Mercurial > pidgin.yaz
changeset 18131:dda542912f42
merge of '1ef2519e8b8195672019b1c1bb64eb43284f7624'
and '596a5ae1df92802900f95e5b8a77006328dfc174'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 16 Jun 2007 22:24:00 +0000 |
parents | 385624e1a0a7 (current diff) d955d9bd7ea7 (diff) |
children | 17f7d072d471 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/dbus-analyze-functions.py Sat Jun 16 22:01:53 2007 +0000 +++ b/libpurple/dbus-analyze-functions.py Sat Jun 16 22:24:00 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