PolicyKit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Tue Feb 10 11:17:24 PST 2009
src/polkit/polkitauthority.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 5ad7cc5c032092b459716920edfa12c4a57c4ba0
Author: Richard Hughes <richard at hughsie.com>
Date: Tue Feb 10 19:16:31 2009 +0000
fix up gtk-doc API markup for a couple of functions
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.
More information about the hal-commit
mailing list