gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: new tag file


From: gnunet
Subject: [taler-merchant] branch master updated: new tag file
Date: Thu, 08 Oct 2020 17:37:21 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new cb45947  new tag file
cb45947 is described below

commit cb459476c102572d5789520b5f20f39375c6bea2
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 8 17:36:28 2020 +0200

    new tag file
---
 contrib/microhttpd.tag     |  6 ++++++
 contrib/taler-exchange.tag | 20 ++++++++++++++++++++
 doc/doxygen/taler.doxy     |  2 +-
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index 8fab93d..02b5551 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -34,6 +34,12 @@
       <anchorfile>microhttpd.h</anchorfile>
       <arglist></arglist>
     </member>
+    <member kind="define">
+      <type>#define</type>
+      <name>MHD_HTTP_METHOD_PATCH</name>
+      <anchorfile>microhttpd.h</anchorfile>
+      <arglist></arglist>
+    </member>
     <member kind="define">
       <type>#define</type>
       <name>MHD_HTTP_METHOD_PUT</name>
diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag
new file mode 100644
index 0000000..5d92637
--- /dev/null
+++ b/contrib/taler-exchange.tag
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
+<tagfile>
+  <compound kind="file">
+    <name>taler_mhd_lib.h</name>
+    <path></path>
+    <filename>taler_mhd_lib.h</filename>
+    <member kind="function">
+      <type>enum GNUNET_GenericReturnValue</type>
+      <name>TALER_MHD_parse_post_json</name>
+      <anchorfile>taler_mhd_lib.h</anchorfile>
+      <arglist>
+        (struct MHD_Connection *connection,
+         void **con_cls,
+         const char *upload_data,
+         size_t *upload_data_size,
+         json_t **json)
+      </arglist>
+    </member>
+  </compound>
+</tagfile>
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index 9b27a7d..6ea8154 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -262,7 +262,7 @@ SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to external references
 #---------------------------------------------------------------------------
-TAGFILES               = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag 
taler-exchange.tag
+TAGFILES               = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag 
../../contrib/taler-exchange.tag
 GENERATE_TAGFILE       = taler-merchant.tag
 ALLEXTERNALS           = NO
 EXTERNAL_GROUPS        = YES

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]