From a3560a75216e67a9c5c1543fcd2d821ce978542d Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Tue, 19 Nov 2013 14:07:07 +0200 Subject: [PATCH] updated documentation --- src/lib/gum-group.c | 2 +- src/lib/gum-user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/gum-group.c b/src/lib/gum-group.c index 23cb55c..9f66cb5 100644 --- a/src/lib/gum-group.c +++ b/src/lib/gum-group.c @@ -311,7 +311,7 @@ gum_group_class_init ( * GumGroup:grouptype: * * This property holds a group type that the object corresponds to. Valid - * values of group types are: 1 (system), 2 (user). + * values of group types are as specified in #GumGroupType. * #GumGroup:grouptype must be specified when adding a new group. */ properties[PROP_GROUPTYPE] = g_param_spec_uint ("grouptype", diff --git a/src/lib/gum-user.c b/src/lib/gum-user.c index 94e6a08..59a9d54 100644 --- a/src/lib/gum-user.c +++ b/src/lib/gum-user.c @@ -319,7 +319,7 @@ gum_user_class_init ( * GumUser:usertype: * * This property holds a user type that the object corresponds to. Valid - * values of user types are: 1 (system), 2 (admin), 3 (guest), 4 (normal). + * values of user types are as specified in #GumUserType. * #GumUser:usertype must be specified when adding a new user. */ properties[PROP_USERTYPE] = g_param_spec_uint ("usertype", -- 2.7.4