Blame SOURCES/0018-fix-doc-dbus-signatures-for-zone-tuple-based-APIs.patch

8072fb
From 6112ab6a515ac5813e8b4027976a6dc651647f07 Mon Sep 17 00:00:00 2001
8072fb
From: Eric Garver <eric@garver.life>
8072fb
Date: Thu, 16 Apr 2020 15:40:49 -0400
8072fb
Subject: [PATCH 18/45] fix(doc): dbus: signatures for zone tuple based APIs
8072fb
8072fb
Fixes: 26e23b8cd945 ("firewall.core.io.zone: New icmp block inversion flag")
8072fb
(cherry picked from commit 7fbc6f6204a342f5ae92f10923093d2381c9b0ac)
8072fb
(cherry picked from commit 13edc3137fc3b9ed36207009621dda437a8f87df)
8072fb
---
8072fb
 doc/xml/firewalld.dbus.xml | 8 ++++----
8072fb
 1 file changed, 4 insertions(+), 4 deletions(-)
8072fb
8072fb
diff --git a/doc/xml/firewalld.dbus.xml b/doc/xml/firewalld.dbus.xml
8072fb
index 77ad77c01675..1625b9d50576 100644
8072fb
--- a/doc/xml/firewalld.dbus.xml
8072fb
+++ b/doc/xml/firewalld.dbus.xml
8072fb
@@ -274,7 +274,7 @@
8072fb
             </listitem>
8072fb
           </varlistentry>
8072fb
           <varlistentry id="FirewallD1.Methods.getZoneSettings">
8072fb
-            <term><methodname>getZoneSettings</methodname>(s: <parameter>zone</parameter>) → (sssbsasa(ss)asba(ssss)asasasasa(ss))</term>
8072fb
+            <term><methodname>getZoneSettings</methodname>(s: <parameter>zone</parameter>) → (sssbsasa(ss)asba(ssss)asasasasa(ss)b)</term>
8072fb
             <listitem>
8072fb
               <para>
8072fb
                 Return runtime settings of given <replaceable>zone</replaceable>.
8072fb
@@ -2338,7 +2338,7 @@
8072fb
             </listitem>
8072fb
           </varlistentry>
8072fb
           <varlistentry id="FirewallD1.config.Methods.addZone">
8072fb
-            <term><methodname>addZone</methodname>(s: zone, (sssbsasa(ss)asba(ssss)asasasasa(ss)): settings) → o</term>
8072fb
+            <term><methodname>addZone</methodname>(s: zone, (sssbsasa(ss)asba(ssss)asasasasa(ss)b): settings) → o</term>
8072fb
             <listitem>
8072fb
               <para>
8072fb
 		Add <replaceable>zone</replaceable> with given <replaceable>settings</replaceable> into permanent configuration.
8072fb
@@ -3810,7 +3810,7 @@
8072fb
             </listitem>
8072fb
           </varlistentry>
8072fb
 	  <varlistentry id="FirewallD1.config.zone.Methods.getSettings">
8072fb
-            <term><methodname>getSettings</methodname>() → (sssbsasa(ss)asba(ssss)asasasasa(ss))</term>
8072fb
+            <term><methodname>getSettings</methodname>() → (sssbsasa(ss)asba(ssss)asasasasa(ss)b)</term>
8072fb
             <listitem>
8072fb
               <para>
8072fb
                 Return permanent settings of given <replaceable>zone</replaceable>.
8072fb
@@ -4309,7 +4309,7 @@
8072fb
             </listitem>
8072fb
           </varlistentry>
8072fb
           <varlistentry id="FirewallD1.config.zone.Methods.update">
8072fb
-            <term><methodname>update</methodname>((sssbsasa(ss)asba(ssss)asasasasa(ss)): settings) → Nothing</term>
8072fb
+            <term><methodname>update</methodname>((sssbsasa(ss)asba(ssss)asasasasa(ss)b): settings) → Nothing</term>
8072fb
             <listitem>
8072fb
               <para>
8072fb
 		Update settings of zone to <replaceable>settings</replaceable>.
8072fb
-- 
8072fb
2.27.0
8072fb