summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-01 23:08:36 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-01 23:08:36 +0200
commitddb61a66435cd154f5a4d8e39b9a3c3a0530cc2b (patch)
tree522ce8be2e228b393f6a7f99678cfd8a42179993 /src/include
parentc7581b1d2ecfe7823fbf3f08803f5d40c4a83f85 (diff)
downloadmerchant-ddb61a66435cd154f5a4d8e39b9a3c3a0530cc2b.tar.gz
merchant-ddb61a66435cd154f5a4d8e39b9a3c3a0530cc2b.tar.bz2
merchant-ddb61a66435cd154f5a4d8e39b9a3c3a0530cc2b.zip
-doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchantdb_plugin.h24
1 files changed, 3 insertions, 21 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index d5c4e9b1..d54cafa3 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -719,16 +719,10 @@ struct TALER_MERCHANTDB_Plugin
/**
* Register callback to be invoked on events of type @a es.
*
- * Unlike many other calls, this function is thread-safe
- * and may be called from threads that are different
- * from the one that setup @a db. However, the @a cb
- * will always be called from the thread that runs
- * #GNUNET_PQ_event_do_poll() or the GNUnet scheduler.
- *
- * @param db database context to use
+ * @param cls database context to use
* @param es specification of the event to listen for
* @param cb function to call when the event happens, possibly
- * multiple times (until #GNUNET_PQ_event_listen_cancel() is invoked)
+ * multiple times (until cancel is invoked)
* @param cb_cls closure for @a cb
* @return handle useful to cancel the listener
*/
@@ -741,12 +735,6 @@ struct TALER_MERCHANTDB_Plugin
/**
* Stop notifications.
*
- * Unlike many other calls, this function is thread-safe
- * and may be called from threads that are different
- * from the one that setup @a db. However, the @a cb
- * will always be called from the thread that runs
- * #GNUNET_PQ_event_do_poll() or the GNUnet scheduler.
- *
* @param eh handle to unregister.
*/
void
@@ -756,13 +744,7 @@ struct TALER_MERCHANTDB_Plugin
/**
* Notify all that listen on @a es of an event.
*
- * Unlike many other calls, this function is thread-safe
- * and may be called from threads that are different
- * from the one that setup @a db. However, the @a cb
- * will always be called from the thread that runs
- * #GNUNET_PQ_event_do_poll() or the GNUnet scheduler.
- *
- * @param db database context to use
+ * @param cls database context to use
* @param es specification of the event to generate
* @param extra additional event data provided
* @param extra_size number of bytes in @a extra