summaryrefslogtreecommitdiff
path: root/girepository/giregisteredtypeinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix gtk-doc warnings and update version infosChristoph Reiter2018-12-091-1/+1
| | | | | | | | Move things around and rename things until gtk-doc is happy. This also moves the "Since" annotations to the next stable releases and adds version added info for g_callable_info_get_instance_ownership_transfer() and g_struct_info_find_field().
* girepository: Include config.h First in All SourcesChun-wei Fan2014-07-071-0/+2
| | | | | | | | | This includes config.h in all the C-sources of girepository so that we can get the correct export directive from config.h during compile time and therefore export the symbols as necessary, like what GLib and GTK+ is currently doing. https://bugzilla.gnome.org/show_bug.cgi?id=732669
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-2/+2
| | | | | | | | | | | | | - 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
|
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-081-1/+3
| | | | | | | | | | | Change the special code for handling GObject and GInitiallyUnowned so that it exposes GParamSpec as a class, and it allows GVariant to have a GType without using the deprecate g_variant_get_gtype. It is a sort of ABI break, in that new typelibs won't work with previous versions of libgirepository. https://bugzilla.gnome.org/show_bug.cgi?id=646635
* Improve documentation for g_registered_type_info_get_g_typeGOBJECT_INTROSPECTION_0_9_11Johan Dahlin2010-10-061-1/+4
|
* [docs] Add struct hierarchy to each sectionJohan Dahlin2010-06-111-0/+13
|
* [girepository] Don't include girffi.h everywhereJohan Dahlin2010-06-061-1/+0
|
* [giregisteredtypeinfo] Document and check parametersJohan Dahlin2010-06-061-2/+59
|
* [girepository] Move the rest out of ginfo.chJohan Dahlin2010-06-061-0/+2
|
* [girepository] Move GIRegisteredTypeInfo out of ginfo.chJohan Dahlin2010-06-061-0/+75