1
0
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:
feiniks
2020-10-15 15:23:27 +08:00
committed by GitHub
parent e603dfdecd
commit 908a024603
7 changed files with 39 additions and 15 deletions

View File

@@ -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);