mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-05 23:00:21 +00:00
Add argument 'including_org' to get_top_groups().
This commit is contained in:
@@ -125,7 +125,7 @@ ccnet_group_manager_search_groups (CcnetGroupManager *mgr,
|
||||
int start, int limit);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_top_groups (CcnetGroupManager *mgr, GError **error);
|
||||
ccnet_group_manager_get_top_groups (CcnetGroupManager *mgr, gboolean including_org, GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_child_groups (CcnetGroupManager *mgr, int group_id,
|
||||
|
Reference in New Issue
Block a user