X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-wsj1.h;h=7e318f6ffe73e8d7d433cb43a82ba3c6466eead8;hb=8d322ebdd04d6de2d5649626bbc23aae0d0ed556;hp=1f433483bba6c203db2db21ac3b7b645073aa2be;hpb=1ea6bd0f466a10d29f12801aa35fb6d2b30443a1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-wsj1.h b/src/afb-wsj1.h index 1f433483..7e318f6f 100644 --- a/src/afb-wsj1.h +++ b/src/afb-wsj1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -94,7 +94,7 @@ extern int afb_wsj1_send_event_j(struct afb_wsj1 *wsj1, const char *event, struc /* * Sends on 'wsj1' a call to the method of 'api'/'verb' with arguments - * given by 'object'. If not NULL, 'object' should be a valid JSON string. + * given by 'object'. If not NULL, 'object' should be a valid JSON string. * On receiving the reply, the function 'on_reply' is called with 'closure' * as its first argument and the message of the reply. * Return 0 in case of success. Otherwise, returns -1 and set errno.