Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
17644:855a767cd9a9 | 17652:5bb6dcba5e4f |
---|---|
33 | 33 |
34 #ifdef __cplusplus | 34 #ifdef __cplusplus |
35 extern "C" { | 35 extern "C" { |
36 #endif | 36 #endif |
37 | 37 |
38 gint purple_dbus_pointer_to_id(gpointer node); | 38 gint purple_dbus_pointer_to_id(gconstpointer node); |
39 gpointer purple_dbus_id_to_pointer(gint id, PurpleDBusType *type); | 39 gpointer purple_dbus_id_to_pointer(gint id, PurpleDBusType *type); |
40 gint purple_dbus_pointer_to_id_error(gpointer ptr, DBusError *error); | 40 gint purple_dbus_pointer_to_id_error(gconstpointer ptr, DBusError *error); |
41 gpointer purple_dbus_id_to_pointer_error(gint id, PurpleDBusType *type, | 41 gpointer purple_dbus_id_to_pointer_error(gint id, PurpleDBusType *type, |
42 const char *typename, DBusError *error); | 42 const char *typename, DBusError *error); |
43 | 43 |
44 #define NULLIFY(id) id = empty_to_null(id) | 44 #define NULLIFY(id) id = empty_to_null(id) |
45 | 45 |