From e3a5279794fd990b372b03c0e482659f20e2a9f2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 03 Nov 2017 12:34:42 -0400 Subject: src/utils/svg.[ch]: New files --- (limited to 'src/utils/svg.h') diff --git a/src/utils/svg.h b/src/utils/svg.h new file mode 100644 index 0000000..b0c2c4d --- /dev/null +++ b/src/utils/svg.h @@ -0,0 +1,28 @@ +/* + * SVG coloring + * + * Copyright (C) 2017 Patrick McDermott + * + * This file is part of Marquee. + * + * Marquee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Marquee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Marquee. If not, see . + */ + +#include + +gboolean +mq_svg_is_color_valid(const gchar *color) G_GNUC_PURE; + +gchar * +mq_svg_set_color(const gchar *svg, const gchar *color); -- cgit v0.9.1