summaryrefslogtreecommitdiffstats
path: root/src/config/profiles.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 15:54:04 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 15:54:04 (EDT)
commitce8c5af951cbc82771a9c076af6ac98ff37d4896 (patch)
tree3abac2d55da72b89ca6bd039d71cc4f7d45e8c62 /src/config/profiles.h
parentdd0b67694ff464d368e6e6dfb17d37fc7e1bf34a (diff)
downloadmarquee-ce8c5af951cbc82771a9c076af6ac98ff37d4896.zip
marquee-ce8c5af951cbc82771a9c076af6ac98ff37d4896.tar.gz
marquee-ce8c5af951cbc82771a9c076af6ac98ff37d4896.tar.bz2
mq_profiles_set_default(): 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 fce5209..0159461 100644
--- a/src/config/profiles.h
+++ b/src/config/profiles.h
@@ -51,6 +51,9 @@ void
mq_profiles_set_color(MqProfiles *profiles, const gchar *profile,
const gchar *color);
+void
+mq_profiles_set_default(MqProfiles *profiles, const gchar *profile);
+
gboolean
mq_profiles_save(MqProfiles *profiles);