# HG changeset patch # User Sebastien Jodogne # Date 1410422446 -7200 # Node ID 2ff467bcfb988538899c647609f93ff2910ea9f7 # Parent 94c5f6623b3a684706f59a7cb1de505dc01e525f doc diff -r 94c5f6623b3a -r 2ff467bcfb98 Plugins/OrthancCPlugin/OrthancCPlugin.h --- 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,