From bfb7205bb9fd8e54e2968c2967db93f6287c2279 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 10 Dec 2020 22:19:31 +0100 Subject: pluma-utils: Cppcheck warning 'argument order different' --- pluma/pluma-utils.c | 2 +- pluma/pluma-utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluma/pluma-utils.c b/pluma/pluma-utils.c index 445f15af..6dee2224 100644 --- a/pluma/pluma-utils.c +++ b/pluma/pluma-utils.c @@ -1420,8 +1420,8 @@ null_ptr (gchar **ptr) * @scheme: (allow-none): return value pointer for the uri's * scheme (e.g. http, sftp, ...), or %NULL * @user: (allow-none): return value pointer for the uri user info, or %NULL - * @port: (allow-none): return value pointer for the uri port, or %NULL * @host: (allow-none): return value pointer for the uri host, or %NULL + * @port: (allow-none): return value pointer for the uri port, or %NULL * @path: (allow-none): return value pointer for the uri path, or %NULL * * Parse and break an uri apart in its individual components like the uri diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index 7c9881cf..68b77737 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -138,8 +138,8 @@ gchar *pluma_utils_basename_for_display (const gchar *uri); gboolean pluma_utils_decode_uri (const gchar *uri, gchar **scheme, gchar **user, - gchar **port, gchar **host, + gchar **port, gchar **path); -- cgit v1.2.1