mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-15 22:39:34 +00:00
Merge pull request #22 from haiwen/list_child_groups_users
Support listing child groups and members.
This commit is contained in:
@@ -88,6 +88,12 @@ GList *
|
||||
ccnet_group_manager_get_group_members (CcnetGroupManager *mgr, int group_id,
|
||||
GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_members_with_prefix (CcnetGroupManager *mgr,
|
||||
int group_id,
|
||||
const char *prefix,
|
||||
GError **error);
|
||||
|
||||
int
|
||||
ccnet_group_manager_check_group_staff (CcnetGroupManager *mgr,
|
||||
int group_id,
|
||||
@@ -124,6 +130,10 @@ GList *
|
||||
ccnet_group_manager_get_child_groups (CcnetGroupManager *mgr, int group_id,
|
||||
GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_descendants_groups (CcnetGroupManager *mgr, int group_id,
|
||||
GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_ancestor_groups (CcnetGroupManager *mgr, int group_id);
|
||||
|
||||
|
Reference in New Issue
Block a user