aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index b0f5dbd16..e9c7f309c 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -194,7 +194,7 @@ Description of file
194 194
195Messages with a _file method contain a file, 195Messages with a _file method contain a file,
196which is saved to disk upon reception at the following location: 196which is saved to disk upon reception at the following location:
197$GNUNET_DATA_HOME/social/files/<H(place_pub)>/<message_id> 197$GNUNET_DATA_HOME/social/files/<H(place_pub)>/<H(message_id)>
198 198
199### Environment 199### Environment
200 200
@@ -386,7 +386,7 @@ typedef void
386/** 386/**
387 * Establish application connection to the social service. 387 * Establish application connection to the social service.
388 * 388 *
389 * The @host_place_cb and @guest_place_cb functions are 389 * The @host_cb and @guest_cb functions are
390 * initially called for each entered places, 390 * initially called for each entered places,
391 * then later each time a new place is entered with the current app ID. 391 * then later each time a new place is entered with the current app ID.
392 * 392 *
@@ -416,8 +416,12 @@ GNUNET_SOCIAL_app_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
416/** 416/**
417 * Disconnect app. 417 * Disconnect app.
418 * 418 *
419 * @param c 419 * @param app
420 * App handle. 420 * Application handle.
421 * @param disconnect_cb
422 * Disconnect callback.
423 * @param disconnect_cls
424 * Disconnect closure.
421 */ 425 */
422void 426void
423GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app, 427GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app,