summaryrefslogtreecommitdiff
path: root/polkit-grant/polkit-grant.c
diff options
context:
space:
mode:
Diffstat (limited to 'polkit-grant/polkit-grant.c')
-rw-r--r--polkit-grant/polkit-grant.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/polkit-grant/polkit-grant.c b/polkit-grant/polkit-grant.c
index 6308bc2..41df157 100644
--- a/polkit-grant/polkit-grant.c
+++ b/polkit-grant/polkit-grant.c
@@ -56,7 +56,7 @@
* is able to successfully authenticate. It is only useful for people
* writing user interfaces that interfaces with the end user.
**/
-struct PolKitGrant
+struct _PolKitGrant
{
int refcount;
@@ -87,7 +87,6 @@ struct PolKitGrant
/**
* polkit_grant_new:
- * @void:
*
* Creates a #PolKitGrant object.
*