chiark / gitweb /
man: sd_bus_path_encode - fix order of arguments
[elogind.git] / man / sd_bus_path_encode.xml
index 55a6fd0056f6b4dd3ec4c451e9aecb8f147ecb4e..31970543df8c42ec24b0c802b0dcea85ce030479 100644 (file)
@@ -62,8 +62,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
       <funcprototype>
         <funcdef>int <function>sd_bus_path_decode</function></funcdef>
-        <paramdef>const char *<parameter>prefix</parameter></paramdef>
         <paramdef>const char *<parameter>path</parameter></paramdef>
+        <paramdef>const char *<parameter>prefix</parameter></paramdef>
         <paramdef>char **<parameter>ret_external_id</parameter></paramdef>
       </funcprototype>
     </funcsynopsis>