mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-09 00:29:13 +00:00
Get group members add LIMIT (#53)
This commit is contained in:
@@ -85,7 +85,10 @@ ccnet_group_manager_get_group (CcnetGroupManager *mgr, int group_id,
|
||||
GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_group_manager_get_group_members (CcnetGroupManager *mgr, int group_id,
|
||||
ccnet_group_manager_get_group_members (CcnetGroupManager *mgr,
|
||||
int group_id,
|
||||
int start,
|
||||
int limit,
|
||||
GError **error);
|
||||
|
||||
GList *
|
||||
|
Reference in New Issue
Block a user