mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-05 23:00:21 +00:00
Get group members add LIMIT (#53)
This commit is contained in:
@@ -171,7 +171,7 @@ GObject *
|
||||
ccnet_rpc_get_group (int group_id, GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_rpc_get_group_members (int group_id, GError **error);
|
||||
ccnet_rpc_get_group_members (int group_id, int start, int limit, GError **error);
|
||||
|
||||
GList *
|
||||
ccnet_rpc_get_members_with_prefix(int group_id, const char *prefix, GError **error);
|
||||
|
Reference in New Issue
Block a user