From 5ad7cc5c032092b459716920edfa12c4a57c4ba0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 10 Feb 2009 19:16:31 +0000 Subject: [PATCH] fix up gtk-doc API markup for a couple of functions --- src/polkit/polkitauthority.c | 6 ++---- 1 file 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. -- 2.7.4