Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Mark Doffman 4ab667b160 girepository/ginfo.c girepository/girepository.h tools/generate.c
2008-02-21  Mark Doffman  <mark.doffman@codethink.co.uk>

    * girepository/ginfo.c
    * girepository/girepository.h
    * tools/generate.c

      Add a function to check if an enum is registered or not.
      Previously anything testing this relied on the g-type
      string offset having a value of 0.

    * girepository/gmetadata.c
    * girepository/gmetadata.h
    * tools/generate.c

      Remove unneccesary or erroneous checks. There were two
      metadata validation checks which made sure that the blob
      sizes were the same as some magic numbers compiled into the code.
      This is wrong as it breaks any forwards compatibility that may
      be possible.

      Checks were also present that made sure that unregistered type
      blobs had a value of 0 in the g-type offset field. This is
      unneccessary. If a type blob is unregistered then any value
      in its g-type field is simply invalid.

WARNING: This commit does not compile. It is a partial change.

svn path=/trunk/; revision=132
2008-03-10 17:47:20 +00:00
ginfo.c girepository/ginfo.c girepository/girepository.h tools/generate.c 2008-03-10 17:47:20 +00:00
ginvoke.c girepository/ginvoke.c girepository/girepository.h 2008-03-10 17:44:06 +00:00
girepository.c Added: Added: Renamed to tools/Makefile.am: Renamed to tools/compiler.c: 2008-02-08 15:31:03 +00:00
girepository.h girepository/ginfo.c girepository/girepository.h tools/generate.c 2008-03-10 17:47:20 +00:00
gmetadata.c girepository/ginfo.c girepository/girepository.h tools/generate.c 2008-03-10 17:47:20 +00:00
gmetadata.h girepository/ginfo.c girepository/girepository.h tools/generate.c 2008-03-10 17:47:20 +00:00
Makefile.am Take advantage of a libffi.pc if one exists, as it does on Fedora 8. Make 2008-03-05 17:10:28 +00:00