Clear up constant parsing
authorJohan Dahlin <johan@gnome.org>
Thu, 14 Aug 2008 19:32:26 +0000 (19:32 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Thu, 14 Aug 2008 19:32:26 +0000 (19:32 +0000)
commit721d523bdd9cc3292851c91fd796d29c1ae79921
tree10d869c4a4a417f53d07d6bb69c3109a610ffd32
parent0d35dfd58ab077e029dd0af30cddf7712c8014a8
Clear up constant parsing

2008-08-14  Johan Dahlin  <johan@gnome.org>

    * girepository/girparser.c (start_field), (start_constant),
    (start_type), (end_element_handler):
    Clear up constant parsing

    * tests/object.gir:
    Update

    * tools/generate.c (write_callable_info), (write_function_info),
    (write_callback_info), (write_constant_info), (write_signal_info),
    (write_vfunc_info), (write_property_info), (write_object_info),
    (write_interface_info):
    Constants/Signals are handled now.

svn path=/trunk/; revision=377
ChangeLog
girepository/girparser.c
tests/Makefile.am
tests/object.gir
tests/object.test1 [deleted file]
tools/generate.c