summaryrefslogtreecommitdiff
path: root/girepository/gistructinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* girepository: Add g_struct_info_find_field()Garrett Regier2015-06-211-0/+43
| | | | | | | | | | | Add find_field utility function for finding a field info by name. Beyond convenience, this should be faster than manually using the get_n_fields and get_field functions because get_field does an additional iteration for each field to calculate offsets O(n^2). Thus find_field combines the offset and comparison computations into a single loop O(n). Based on a patch by Simon Feltman.
* 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/+10
| | | | | | | | | | | | | - 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] Document GIStructInfo & GIUnionInfoPavel Holejsovsky2010-09-051-0/+90
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=628753
* [girepository] Don't include girffi.h everywhereJohan Dahlin2010-06-061-1/+0
|
* [girepository] Move the rest out of ginfo.chJohan Dahlin2010-06-061-0/+151