summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-02-10 19:16:31 +0000
committerRichard Hughes <richard@hughsie.com>2009-02-10 19:16:31 +0000
commit5ad7cc5c032092b459716920edfa12c4a57c4ba0 (patch)
treebaefc283b4e9e61751904564eb35e65607e197f3 /src
parent86125787fdbfda8f503013c74170f11bf4bbddfe (diff)
downloadpolkit-5ad7cc5c032092b459716920edfa12c4a57c4ba0.tar.gz
fix up gtk-doc API markup for a couple of functions
Diffstat (limited to 'src')
-rw-r--r--src/polkit/polkitauthority.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/polkit/polkitauthority.c b/src/polkit/polkitauthority.c
index cbd2cc8..6b129ae 100644
--- a/src/polkit/polkitauthority.c
+++ b/src/polkit/polkitauthority.c
@@ -497,8 +497,7 @@ polkit_authority_check_authorization_finish (PolkitAuthority *authority
* @action_id: The action to check for.
* @flags: A set of #PolkitCheckAuthorizationFlags.
* @cancellable: A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: The data to pass to @callback.
+ * @error: Return location for error or %NULL.
*
* Checks if @subject is authorized to perform the action represented by @action_id.
*
@@ -700,8 +699,7 @@ polkit_authority_obtain_authorization_finish (PolkitAuthority *authorit
* @action_id: The action to obtain for.
* @flags: A set of #PolkitObtainAuthorizationFlags.
* @cancellable: A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: The data to pass to @callback.
+ * @error: Return location for error or %NULL.
*
* Obtains a temporary authorization for @subject to perform the
* action represented by @action_id.