source: trunk/third/librsvg/rsvg-css.h @ 18352

Revision 18352, 359 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18351, which included commits to RCS files with non-trunk default branches.
Line 
1#include <glib/gtypes.h>
2
3double
4rsvg_css_parse_length (const char *str, int *fixed);
5
6gboolean
7rsvg_css_param_match (const char *str, const char *param_name);
8
9int
10rsvg_css_param_arg_offset (const char *str);
11
12guint32
13rsvg_css_parse_color (const char *str);
14
15guint
16rsvg_css_parse_opacity (const char *str);
17
18double
19rsvg_css_parse_fontsize (const char *str);
Note: See TracBrowser for help on using the repository browser.