aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-02 23:15:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-02 23:15:43 +0200
commit9bdaeabc50a0ea4568bc93bf9e790380813ab11a (patch)
treeed4e6048094317753e920dbe1f56822961cef082 /src/utils.h
parent2097646924efa849076c0527f9a0dcf178504d22 (diff)
parent254ae9a5ef7d893f725456f5e25f9ec245acba5b (diff)
downloadlibayatana-common-9bdaeabc50a0ea4568bc93bf9e790380813ab11a.tar.gz
libayatana-common-9bdaeabc50a0ea4568bc93bf9e790380813ab11a.tar.bz2
libayatana-common-9bdaeabc50a0ea4568bc93bf9e790380813ab11a.zip
Merge branch 'tari01-pr/execute-command-warn'
Attributes GH PR #62: https://github.com/AyatanaIndicators/libayatana-common/pull/62
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index aaca08e..34cf2f4 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,6 +1,6 @@
/*
* Copyright 2021 Marius Gripsgard <marius@ubports.com>
- * Copyright 2021-2022 Robert Tari <robert@tari.in>
+ * Copyright 2021-2023 Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -56,5 +56,5 @@ gboolean ayatana_common_utils_execute_command(const gchar * cmd);
gboolean ayatana_common_utils_open_url(const gchar * url);
gboolean ayatana_common_utils_have_program(const gchar * program);
gboolean ayatana_common_utils_zenity_warning(const char *icon_name, const char *title, const char *text);
-
void ayatana_common_utils_ellipsize(char *sText);
+gboolean ayatana_common_utils_execute_command_warn (const gchar *sProgram, const gchar *sArgs);