From: Tom Hacohen <t...@nospam>
---
src/opimd/dbus/contacts.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/opimd/dbus/contacts.h b/src/opimd/dbus/contacts.h
index f3186ce..4df8200 100644
--- a/src/opimd/dbus/contacts.h
+++ b/src/opimd/dbus/contacts.h
@@ -53,8 +53,8 @@ inline
gboolean
org_freesmartphone_PIM_Contacts_get_single_contact_single_field (DBusGProxy
*proxy, const GHashTable* IN_query, const char * IN_field, char ** OUT_value,
GError **error)
-{
- return dbus_g_proxy_call (proxy, "GetSingleContactSingleField", error,
dbus_g_type_get_map ("GHashTable", G_TYPE_STRING, G_TYPE_VALUE), IN_query,
G_TYPE_STRING, IN_field, G_TYPE_INVALID, G_TYPE_STRING, OUT_value,
G_TYPE_INVALID);
+{/*FIXME: fixed the typo though a rename of function is still needed!!! */
+ return dbus_g_proxy_call (proxy, "GetSingleEntrySingleField", error,
dbus_g_type_get_map ("GHashTable", G_TYPE_STRING, G_TYPE_VALUE), IN_query,
G_TYPE_STRING, IN_field, G_TYPE_INVALID, G_TYPE_STRING, OUT_value,
G_TYPE_INVALID);
}
typedef void
(*org_freesmartphone_PIM_Contacts_get_single_contact_single_field_reply)
(DBusGProxy *proxy, char * OUT_value, GError *error, gpointer userdata);
--
1.6.4.2
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel