aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-monitor.h')
-rw-r--r--libempathy/empathy-contact-monitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-contact-monitor.h b/libempathy/empathy-contact-monitor.h
index 01ef64f4e..76b943668 100644
--- a/libempathy/empathy-contact-monitor.h
+++ b/libempathy/empathy-contact-monitor.h
@@ -51,11 +51,11 @@ GType empathy_contact_monitor_get_type (void);
/* public methods */
void
-empathy_contact_monitor_set_proxy (EmpathyContactMonitor *self,
- EmpathyContactList *proxy);
+empathy_contact_monitor_set_iface (EmpathyContactMonitor *self,
+ EmpathyContactList *iface);
EmpathyContactMonitor *
-empathy_contact_monitor_new_for_proxy (EmpathyContactList *proxy);
+empathy_contact_monitor_new_for_iface (EmpathyContactList *iface);
G_END_DECLS