aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-avatar.h')
-rw-r--r--libempathy/empathy-avatar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-avatar.h b/libempathy/empathy-avatar.h
index 73d69cf79..6b28e8e7a 100644
--- a/libempathy/empathy-avatar.h
+++ b/libempathy/empathy-avatar.h
@@ -25,7 +25,7 @@
G_BEGIN_DECLS
-#define EMPATHY_TYPE_AVATAR (empathy_avatar_get_gtype ())
+#define EMPATHY_TYPE_AVATAR (empathy_avatar_get_type ())
typedef struct _EmpathyAvatar EmpathyAvatar;
@@ -36,7 +36,7 @@ struct _EmpathyAvatar {
guint refcount;
};
-GType empathy_avatar_get_gtype (void) G_GNUC_CONST;
+GType empathy_avatar_get_type (void) G_GNUC_CONST;
EmpathyAvatar * empathy_avatar_new (guchar *avatar,
gsize len,
gchar *format);