updated documentation
authorImran Zaman <imran.zaman@intel.com>
Tue, 19 Nov 2013 12:07:07 +0000 (14:07 +0200)
committerImran Zaman <imran.zaman@intel.com>
Tue, 19 Nov 2013 12:07:07 +0000 (14:07 +0200)
src/lib/gum-group.c
src/lib/gum-user.c

index 23cb55c..9f66cb5 100644 (file)
@@ -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",
index 94e6a08..59a9d54 100644 (file)
@@ -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",