summaryrefslogtreecommitdiffstats
path: root/src/config/profiles.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-07 21:31:00 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-07 21:31:00 (EST)
commit31695be0e739f0653576d8fd937b885abf32768a (patch)
treeb379f052f453e71bb9539f60fe852f840d394991 /src/config/profiles.h
parent8bacc543d96508d048694aff7ce1422a35f2700f (diff)
downloadmarquee-31695be0e739f0653576d8fd937b885abf32768a.zip
marquee-31695be0e739f0653576d8fd937b885abf32768a.tar.gz
marquee-31695be0e739f0653576d8fd937b885abf32768a.tar.bz2
mq_profile_launch(): New function
Diffstat (limited to 'src/config/profiles.h')
-rw-r--r--src/config/profiles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/profiles.h b/src/config/profiles.h
index 3a9ab91..c75f3b3 100644
--- a/src/config/profiles.h
+++ b/src/config/profiles.h
@@ -72,6 +72,9 @@ mq_profiles_remove(MqProfiles *profiles, const gchar *profile);
gboolean
mq_profiles_save(MqProfiles *profiles);
+gboolean
+mq_profile_launch(gchar *profile);
+
G_END_DECLS
#endif /* MQ_PROFILES_H */