[tepl] Utils: fix doc of decode_uri()



commit a5e831a224677d113ce8109cf36e9d43e3c2b889
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 23 13:43:04 2020 +0100

    Utils: fix doc of decode_uri()

 tepl/tepl-utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tepl/tepl-utils.c b/tepl/tepl-utils.c
index 1e2718e..8dc386c 100644
--- a/tepl/tepl-utils.c
+++ b/tepl/tepl-utils.c
@@ -316,12 +316,12 @@ null_ptr (gchar **ptr)
  * @scheme: (out) (optional): return value pointer for the uri's
  *     scheme (e.g. http, sftp, ...), or %NULL
  * @user: (out) (optional): return value pointer for the uri user info, or %NULL
- * @port: (out) (optional): return value pointer for the uri port, or %NULL
  * @host: (out) (optional): return value pointer for the uri host, or %NULL
+ * @port: (out) (optional): return value pointer for the uri port, or %NULL
  * @path: (out) (optional): return value pointer for the uri path, or %NULL
  *
  * Parse and break an uri apart in its individual components like the uri
- * scheme, user info, port, host and path. The return value pointer can be
+ * scheme, user info, host, port and path. The return value pointer can be
  * %NULL to ignore certain parts of the uri. If the function returns %TRUE, then
  * all return value pointers should be freed using g_free().
  *


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