aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-03 20:12:00 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-08-15 20:08:45 +0800
commitdd60d75a6811d1a728c290b45de343c84e298a6d (patch)
tree000eff2e29ebbe22b42e2b042e196ca143353e2a /libempathy-gtk/empathy-ui-utils.h
parentf4fc6c6be76bb4cdfb4ebda9ca7de6758f2f18d1 (diff)
downloadgsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar.gz
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar.bz2
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar.lz
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar.xz
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.tar.zst
gsoc2013-empathy-dd60d75a6811d1a728c290b45de343c84e298a6d.zip
empathy_launch_external_app: allow to pass arguments
https://bugzilla.gnome.org/show_bug.cgi?id=680778
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 97777e5b6..73232cf52 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -148,6 +148,7 @@ void empathy_launch_program (const gchar *dir,
void empathy_set_css_provider (GtkWidget *widget);
gboolean empathy_launch_external_app (const gchar *desktop_file,
+ const gchar *args,
GError **error);
G_END_DECLS