From 7ee450758e4f2bee13aa8ff967a5795a6dcdc91f Mon Sep 17 00:00:00 2001 From: Denis Gorodnichev Date: Mon, 2 Jan 2017 23:29:52 +0300 Subject: support desktop actions --- mate-panel/libpanel-util/panel-launch.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mate-panel/libpanel-util/panel-launch.h') diff --git a/mate-panel/libpanel-util/panel-launch.h b/mate-panel/libpanel-util/panel-launch.h index 1e4033b1..b98b8ca4 100644 --- a/mate-panel/libpanel-util/panel-launch.h +++ b/mate-panel/libpanel-util/panel-launch.h @@ -25,28 +25,30 @@ #ifndef PANEL_LAUNCH_H #define PANEL_LAUNCH_H -#include +#include #include #ifdef __cplusplus extern "C" { #endif -gboolean panel_app_info_launch_uris (GAppInfo *appinfo, +gboolean panel_app_info_launch_uris (GDesktopAppInfo *appinfo, GList *uris, GdkScreen *screen, + const gchar *action, guint32 timestamp, GError **error); -gboolean panel_app_info_launch_uri (GAppInfo *appinfo, +gboolean panel_app_info_launch_uri (GDesktopAppInfo *appinfo, const gchar *uri, GdkScreen *screen, guint32 timestamp, GError **error); -gboolean panel_launch_key_file (GKeyFile *keyfile, +gboolean panel_app_info_launch (GDesktopAppInfo *appinfo, GList *uri_list, GdkScreen *screen, + const gchar *action, GError **error); gboolean panel_launch_desktop_file (const char *desktop_file, -- cgit v1.2.1