diff options
author | Ryan Lortie <desrt@desrt.ca> | 2007-11-27 01:37:33 +0000 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2007-11-27 01:37:33 +0000 |
commit | 052bd9da4fcde2824272c85827639aad48880e38 (patch) | |
tree | c838df060ff3266a3a2cbb988b2772cd7c02bad1 /tests | |
parent | 37f2dc3555c8367a9b88e094bd72e49eef5eaed2 (diff) |
Add new function g_markup_collect_attributes (bug #496847).
2007-11-26 Ryan Lortie <desrt@desrt.ca>
Add new function g_markup_collect_attributes (bug #496847).
* glib/glib.symbols: add g_markup_collect_attributes
* docs/reference/glib/glib-sections.txt:
* glib/gmarkup.h:
* glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
type GMarkupCollectType. Add new error code
G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
collector.
svn path=/trunk/; revision=5947
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6872ad426..1d3878f1e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -105,6 +105,7 @@ test_programs = \ list-test \ mainloop-test \ mapping-test \ + markup-collect \ markup-escape-test \ module-test \ node-test \ @@ -216,6 +217,7 @@ utf8_validate_LDADD = $(progs_ldadd) utf8_pointer_LDADD = $(progs_ldadd) uri_test_LDADD = $(progs_ldadd) regex_test_LDADD = $(progs_ldadd) +markup_collect_LDADD = $(progs_ldadd) lib_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la |