summaryrefslogtreecommitdiff
path: root/girepository/gifunctioninfo.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/+11
| | | | | | | | | | | | | - 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-3/+3
| | | | | Keep a typedef for backwards compatibility, until the major bindings has moved over.
* [gifunction.h] Move GIFunctionInfoFlags to gitypes.hJohan Dahlin2010-06-061-21/+0
|
* [girepository] Fix a couple of typosJohan Dahlin2010-06-051-2/+2
|
* [girepository] Fix the remaning headers as wellJohan Dahlin2010-06-011-1/+1
|
* [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.
* [gifunctioninfo] Move out to another fileJohan Dahlin2010-05-311-0/+97
Move out GIFunctionInfo to gifunctioninfo.[ch]