summaryrefslogtreecommitdiff
path: root/girepository/gifieldinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* girepository: Add Header for Version MacrosChun-wei Fan2014-08-151-0/+12
| | | | | | | | | | | | | | | This adds a header to the girepository library, which is then included either directly or indirectly by the other headers so that all the public symbols (and the 2 symbols in gitypelib-internal.h used by the tools) are decorated by a macro, that can later be used to export the symbols and also to be used to display compile-time warnings for usage of deprecated APIs, which is like what is now being done in GLib (and GTK+, Clutter, and so on). This marks the first step that we begin to stop depending on the .symbols/ .def files to export the symbols. https://bugzilla.gnome.org/show_bug.cgi?id=732669
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-0/+7
| | | | | | | | | | | | | - 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
|
* [GIRepository] Rename GArgument to GIArgumentJohan Dahlin2010-08-311-2/+2
| | | | | Keep a typedef for backwards compatibility, until the major bindings has moved over.
* [gfield] Move over field set/get impl.Johan Dahlin2010-06-061-7/+6
| | | | | Move over the GIFieldInfo set/get value implementation over to gifieldinfo.c
* [girepository] Move GIFieldInfo out of ginfo.chJohan Dahlin2010-06-061-0/+52