changeset 1141:2ff467bcfb98

doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 10:00:46 +0200
parents 94c5f6623b3a
children 952cf9b6be83
files Plugins/OrthancCPlugin/OrthancCPlugin.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/OrthancCPlugin/OrthancCPlugin.h	Wed Sep 10 17:20:56 2014 +0200
+++ b/Plugins/OrthancCPlugin/OrthancCPlugin.h	Thu Sep 11 10:00:46 2014 +0200
@@ -1521,7 +1521,9 @@
    * i.e. inside the OrthancPluginInitialize() public function.
    * 
    * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
-   * @param 
+   * @param create The callback function to store a file on the custom storage area.
+   * @param read The callback function to read a file from the custom storage area.
+   * @param remove The callback function to remove a file from the custom storage area.
    **/
   ORTHANC_PLUGIN_INLINE void OrthancPluginRegisterStorageArea(
     OrthancPluginContext*       context,