summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-approver.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-02 16:51:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-02 16:51:10 +0100
commitbe0f475346d1b591d35d7d8c4284d31e7211403a (patch)
treefff2a97baaf63cd1f71d1baf400cafa35deb84d8 /telepathy-glib/simple-approver.h
parent59ec4587117c46da12178bbedb6ea32aeb154840 (diff)
downloadtelepathy-glib-be0f475346d1b591d35d7d8c4284d31e7211403a.tar.gz
rename "unique" argument to "uniquify"
I got confused by my own API... "unique" was a poor name beause setting it actually make the client NOT unique. Also fix gtk-doc links.
Diffstat (limited to 'telepathy-glib/simple-approver.h')
-rw-r--r--telepathy-glib/simple-approver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/simple-approver.h b/telepathy-glib/simple-approver.h
index dfed9d8e0..9e14d544e 100644
--- a/telepathy-glib/simple-approver.h
+++ b/telepathy-glib/simple-approver.h
@@ -73,7 +73,7 @@ typedef void (*TpSimpleApproverAddDispatchOperationImpl) (
TpBaseClient * tp_simple_approver_new (TpDBusDaemon *dbus,
const gchar *name,
- gboolean unique,
+ gboolean uniquify,
TpSimpleApproverAddDispatchOperationImpl callback,
gpointer user_data,
GDestroyNotify destroy);
@@ -81,7 +81,7 @@ TpBaseClient * tp_simple_approver_new (TpDBusDaemon *dbus,
TpBaseClient *tp_simple_approver_new_with_am (
TpAccountManager *account_manager,
const gchar *name,
- gboolean unique,
+ gboolean uniquify,
TpSimpleApproverAddDispatchOperationImpl callback,
gpointer user_data,
GDestroyNotify destroy);