summaryrefslogtreecommitdiff
path: root/girepository/gitypelib.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-0/+13
| | | | | | | | | | | | | - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
|
* Remove extra lines from the license commentTomeu Vizoso2010-09-061-2/+0
|
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-311-7/+7
| | | | | Keep a typedef for backwards compatibility, until the major bindings has moved over.
* [girepository] Actually verify header of loaded typelibs in ↵Colin Walters2010-07-141-5/+8
| | | | | | | | g_irepository_require Take a GError * for typelib loading code, validate the header. This fixes bizarre errors from gjs where g_irepository_require would happily load old typelibs.
* [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/+53
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