X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_social_service.h;h=7faa336d6a5a7109cd1d3d15a139a21c4583ae74;hb=634aea297cc983c3d70f65a004f698f215abe590;hp=b0f5dbd16f011cde12bd85661a1e2df2d33f3282;hpb=92c6c99b247329f15e09118604f143f35516001c;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index b0f5dbd16..7faa336d6 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -2,20 +2,20 @@ This file is part of GNUnet. Copyright (C) 2013 GNUnet e.V. - GNUnet is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your - option) any later version. + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + SPDX-License-Identifier: AGPL3.0-or-later */ /** @@ -194,7 +194,7 @@ Description of file Messages with a _file method contain a file, which is saved to disk upon reception at the following location: -$GNUNET_DATA_HOME/social/files// +$GNUNET_DATA_HOME/social/files// ### Environment @@ -386,7 +386,7 @@ typedef void /** * Establish application connection to the social service. * - * The @host_place_cb and @guest_place_cb functions are + * The @host_cb and @guest_cb functions are * initially called for each entered places, * then later each time a new place is entered with the current app ID. * @@ -416,8 +416,12 @@ GNUNET_SOCIAL_app_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Disconnect app. * - * @param c - * App handle. + * @param app + * Application handle. + * @param disconnect_cb + * Disconnect callback. + * @param disconnect_cls + * Disconnect closure. */ void GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app,