summaryrefslogtreecommitdiff
path: root/girepository/gibaseinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
|
* Box GIBaseInfo structure.Pavel Holejsovsky2010-09-151-0/+3
| | | | | | This puts it into typelibs and allows to use it safely from scripts. https://bugzilla.gnome.org/show_bug.cgi?id=628753
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-311-2/+2
| | | | | Keep a typedef for backwards compatibility, until the major bindings has moved over.
* Remove left-over commentsJohan Dahlin2010-06-061-2/+0
|
* [girepository] Move GICallableInfo out of ginfo.chJohan Dahlin2010-06-051-1/+0
|
* [girepository] Fix the remaning headers as wellJohan Dahlin2010-06-011-2/+2
|
* [girepository] Fix include pathJohan Dahlin2010-06-011-1/+1
| | | | | | We're installing the headers without the girepository/ prefix, so remove that in all internal headers to not break the out of tree scanning.
* [girepository] Split out GIBaseInfoJohan Dahlin2010-05-311-0/+88
Split out GIBaseInfo to a separate source file. Move out definitions to gibaseinfo.h/gitypelib.h/gitypes.h and girepository-private.h Install gibaseinfo.h/gitypelib.h and gitypes.h as well, but require users to include girepository.h