diff options
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 512c00499..f49d8d2f9 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -14,6 +14,7 @@ * * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#include <vector> #include <glibmm/value.h> /** @@ -574,6 +575,11 @@ SPAttributeEnum sp_attribute_lookup(gchar const *key); */ gchar const *sp_attribute_name(SPAttributeEnum id); +/** + * Get attribute name css list. + */ +std::vector<Glib::ustring> sp_attribute_name_list(bool cssattr = false, bool attr = false); + #endif |
