summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-09-08 15:08:27 -0400
committerRay Strode <rstrode@redhat.com>2014-09-08 15:08:27 -0400
commit42a1fae6cd77c09c61a312892934641b36ad87ed (patch)
tree92d93f0f8af78bb129b7345aadfbc3e8216fa51f
parent6eb45f9faa83581e9eae6d1fd505fdc8d5ba3583 (diff)
downloadaccountsservice-42a1fae6cd77c09c61a312892934641b36ad87ed.tar.gz
lib: fix some annotations to quiet compile output
-rw-r--r--src/libaccountsservice/act-user-manager.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libaccountsservice/act-user-manager.c b/src/libaccountsservice/act-user-manager.c
index d318b4e..0f417fb 100644
--- a/src/libaccountsservice/act-user-manager.c
+++ b/src/libaccountsservice/act-user-manager.c
@@ -2740,6 +2740,8 @@ act_user_manager_class_init (ActUserManagerClass *klass)
/**
* ActUserManager::user-added:
+ * @gobject: the object which received the signal
+ * @user: the #ActUser that was added
*
* Emitted when a user is added to the user manager.
*/
@@ -2753,6 +2755,8 @@ act_user_manager_class_init (ActUserManagerClass *klass)
G_TYPE_NONE, 1, ACT_TYPE_USER);
/**
* ActUserManager::user-removed:
+ * @gobject: the object which received the signal
+ * @user: the #ActUser that was removed
*
* Emitted when a user is removed from the user manager.
*/
@@ -2766,6 +2770,8 @@ act_user_manager_class_init (ActUserManagerClass *klass)
G_TYPE_NONE, 1, ACT_TYPE_USER);
/**
* ActUserManager::user-is-logged-in-changed:
+ * @gobject: the object which received the signal
+ * @user: the #ActUser that changed login status
*
* One of the users has logged in or out.
*/
@@ -2779,6 +2785,8 @@ act_user_manager_class_init (ActUserManagerClass *klass)
G_TYPE_NONE, 1, ACT_TYPE_USER);
/**
* ActUserManager::user-changed:
+ * @gobject: the object which received the signal
+ * @user: the #ActUser that changed
*
* One of the users has changed
*/