diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 13:44:48 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 14:18:26 +0100 |
commit | 1af111368d8aa6cdb593f01c61639d2754d68520 (patch) | |
tree | 4c373613e39f65c9d09aa2b0042dcd4a95a4bd6e | |
parent | acfa9e84c635b986917dcf8aaa937f877fa579ed (diff) |
account: fix arg name in doc
-rw-r--r-- | telepathy-glib/account.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index 919e9c3f0..aade22c1f 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -3589,7 +3589,7 @@ tp_account_get_detailed_error (TpAccount *self, /** * tp_account_get_storage_provider: - * @account: a #TpAccount + * @self: a #TpAccount * * <!-- --> * @@ -3607,7 +3607,7 @@ tp_account_get_storage_provider (TpAccount *self) /** * tp_account_get_storage_identifier: - * @account: a #TpAccount + * @self: a #TpAccount * * <!-- --> * @@ -3625,7 +3625,7 @@ tp_account_get_storage_identifier (TpAccount *self) /** * tp_account_get_storage_restrictions: - * @account: a #TpAccount + * @self: a #TpAccount * * <!-- --> * @@ -3935,7 +3935,7 @@ tp_account_get_automatic_presence (TpAccount *self, /** * tp_account_get_normalized_name: - * @account: a #TpAccount + * @self: a #TpAccount * * <!-- --> * |