aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index 926995f6b..c33f39dce 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -2452,11 +2452,13 @@ GNUNET_SOCIAL_zone_add_nym (const struct GNUNET_SOCIAL_App *app,
2452 * Configuration. 2452 * Configuration.
2453 * @param id 2453 * @param id
2454 * Application ID. 2454 * Application ID.
2455 * @param notify_host 2455 * @param ego_cb
2456 * Function to notify about an available ego.
2457 * @param host_cb
2456 * Function to notify about a place entered as host. 2458 * Function to notify about a place entered as host.
2457 * @param notify_guest 2459 * @param guest_cb
2458 * Function to notify about a place entered as guest.. 2460 * Function to notify about a place entered as guest.
2459 * @param notify_cls 2461 * @param cls
2460 * Closure for the callbacks. 2462 * Closure for the callbacks.
2461 * 2463 *
2462 * @return Handle that can be used to stop listening. 2464 * @return Handle that can be used to stop listening.
@@ -2507,6 +2509,10 @@ GNUNET_SOCIAL_app_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
2507 * 2509 *
2508 * @param app 2510 * @param app
2509 * Application handle. 2511 * Application handle.
2512 * @param disconnect_cb
2513 * Disconnect callback.
2514 * @param disconnect_cls
2515 * Disconnect closure.
2510 */ 2516 */
2511void 2517void
2512GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app, 2518GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app,