Mercurial > pidgin.yaz
diff libpurple/dbus-bindings.h @ 17652:5bb6dcba5e4f
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)
to branch 'org.maemo.garage.pidgin.smiley-install' (head 619530ecef0838dc85b081e0692ed145cc4b1bb0)
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 02 Jun 2007 07:33:10 +0000 |
parents | df911a06e09e |
children | 3f3125b91728 |
line wrap: on
line diff
--- a/libpurple/dbus-bindings.h Sat Jun 02 07:31:01 2007 +0000 +++ b/libpurple/dbus-bindings.h Sat Jun 02 07:33:10 2007 +0000 @@ -35,9 +35,9 @@ extern "C" { #endif -gint purple_dbus_pointer_to_id(gpointer node); +gint purple_dbus_pointer_to_id(gconstpointer node); gpointer purple_dbus_id_to_pointer(gint id, PurpleDBusType *type); -gint purple_dbus_pointer_to_id_error(gpointer ptr, DBusError *error); +gint purple_dbus_pointer_to_id_error(gconstpointer ptr, DBusError *error); gpointer purple_dbus_id_to_pointer_error(gint id, PurpleDBusType *type, const char *typename, DBusError *error);