summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-handler.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-handler.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-handler.h')
-rw-r--r--telepathy-glib/simple-handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/simple-handler.h b/telepathy-glib/simple-handler.h
index 7c7062fec..6c3c98527 100644
--- a/telepathy-glib/simple-handler.h
+++ b/telepathy-glib/simple-handler.h
@@ -76,7 +76,7 @@ TpBaseClient * tp_simple_handler_new (TpDBusDaemon *dbus,
gboolean bypass_approval,
gboolean requests,
const gchar *name,
- gboolean unique,
+ gboolean uniquify,
TpSimpleHandlerHandleChannelsImpl callback,
gpointer user_data,
GDestroyNotify destroy);
@@ -85,7 +85,7 @@ TpBaseClient *tp_simple_handler_new_with_am (TpAccountManager *account_manager,
gboolean bypass_approval,
gboolean requests,
const gchar *name,
- gboolean unique,
+ gboolean uniquify,
TpSimpleHandlerHandleChannelsImpl callback,
gpointer user_data,
GDestroyNotify destroy);