summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-05-18 16:35:41 +0200
committerXavier Claessens <xclaesse@gmail.com>2010-05-19 12:36:23 +0200
commitdaea062bec211451f9e9f545acb46c88496e4839 (patch)
tree84d26c0b2b345c5c82ebee55e29f8a1216ad12bb /telepathy-glib/contact.h
parent195494fd3077f37a6125a24ab48d40ac5939830f (diff)
downloadtelepathy-glib-daea062bec211451f9e9f545acb46c88496e4839.tar.gz
Rename mimetype to mime_type
Diffstat (limited to 'telepathy-glib/contact.h')
-rw-r--r--telepathy-glib/contact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/contact.h b/telepathy-glib/contact.h
index 7709bc289..e7852c600 100644
--- a/telepathy-glib/contact.h
+++ b/telepathy-glib/contact.h
@@ -89,7 +89,7 @@ TpCapabilities *tp_contact_get_capabilities (TpContact *self);
/* TP_CONTACT_FEATURE_AVATAR_DATA */
GFile *tp_contact_get_avatar_file (TpContact *self);
-const gchar *tp_contact_get_avatar_mimetype (TpContact *self);
+const gchar *tp_contact_get_avatar_mime_type (TpContact *self);
typedef void (*TpConnectionContactsByHandleCb) (TpConnection *connection,
guint n_contacts, TpContact * const *contacts,