summaryrefslogtreecommitdiff
path: root/gir
Commit message (Collapse)AuthorAgeFilesLines
* Update annotations from glib gitRico Tzschichholz2013-02-151-6/+214
|
* Update annotations from glib gitMartin Pitt2013-02-042-5/+227
|
* Update annotations from glib gitMartin Pitt2013-01-142-50/+50
|
* Update annotations from glib gitRico Tzschichholz2013-01-042-12/+133
|
* Update annotations from glib gitRico Tzschichholz2012-12-163-29/+155
|
* Update annotations from glib gitRico Tzschichholz2012-12-053-14/+134
|
* giscanner: fix DocBlock().commentDieter Verfaillie2012-11-283-12/+0
| | | | | | | | | If there is no comment block description, DocBlock().comment should be None. This results in the removal of unneeded blank lines in the output of DocBlock().to_gtk_doc and hence the .c files generated by misc/update-glib-annotations.py https://bugzilla.gnome.org/show_bug.cgi?id=688897
* giscanner: implement DocOption() in terms of odict instead of dictDieter Verfaillie2012-11-281-5/+5
| | | | | | | | | The order of the "options" key/value pairs returned by DocOption().all() should be identical to the order in which they where stored. Hence replace the dict usage with odict. https://bugzilla.gnome.org/show_bug.cgi?id=688897
* Update GLib annotations to masterDieter Verfaillie2012-11-282-3/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688897
* Update annotations from glib gitMartin Pitt2012-11-091-7/+7
|
* Update annotations from glib gitMartin Pitt2012-11-032-17/+22
|
* Update annotations from glib gitMartin Pitt2012-10-251-10/+10
|
* Update annotations from glib gitMartin Pitt2012-10-252-7/+38
|
* Update annotations from glib gitRico Tzschichholz2012-10-173-122/+1158
|
* Update annotations to glib 2.34.0Rico Tzschichholz2012-09-243-18/+36
|
* Update annotations from glib gitRico Tzschichholz2012-09-171-0/+14
|
* Update annotations from glib gitMartin Pitt2012-09-111-2/+2
|
* Update annotations from glib gitGOBJECT_INTROSPECTION_1_33_10Rico Tzschichholz2012-09-033-736/+1185
|
* Update annotations from glib gitColin Walters2012-08-202-74/+259
|
* Update annotations from glib gitColin Walters2012-07-161-6/+6
|
* Update glib annotations from gitRico Tzschichholz2012-07-121-0/+31
|
* Update glib annotations from gitRico Tzschichholz2012-07-112-23/+188
|
* Update glib annotations from gitRico Tzschichholz2012-06-232-6/+95
|
* Update annotations to glib 2.33.2Colin Walters2012-06-053-3/+46
|
* Update annotationsJasper St. Pierre2012-05-241-0/+1613
|
* Update glib annotations from gitRico Tzschichholz2012-05-243-11/+99
|
* Update glib annotations to 2.33.1Rico Tzschichholz2012-05-022-1471/+100
|
* Update glib annotations from gitRico Tzschichholz2012-04-262-5/+1630
|
* Update Gio/GLib/GObject annotationsStef Walter2012-04-182-68/+295
| | | | Ran misc/update-glib-annotations.py against current glib master.
* Update annotations from git.Johan Dahlin2012-04-053-21422/+10
| | | | | This removes also all the headers as it's the first run with the updated extraction tool.
* Update GLib annotations, using the improved annotation parser.Dieter Verfaillie2012-04-053-6080/+4209
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672254
* Update glib annotations from gitRico Tzschichholz2012-04-022-222/+222
|
* Update glib annotations to 2.31.22Rico Tzschichholz2012-03-203-11/+65
|
* Update glib annotations to 2.31.20Colin Walters2012-03-053-15/+416
|
* Update annotations for GLib 2.31.18Rico Tzschichholz2012-02-212-78/+166
|
* Update glib annotationsGiovanni Campagna2012-02-142-17/+113
| | | | | Updated to glib 2.31.16-56-gd240b88, which includes one change to GKeyFile.
* Update annotations for GLib 2.31.14Rico Tzschichholz2012-01-313-218/+324
|
* Update annotations from glib gitGOBJECT_INTROSPECTION_1_31_10Rico Tzschichholz2012-01-192-3/+711
|
* Update annotations from glib gitColin Walters2012-01-112-56/+79
|
* Update annotations from GLib gitRico Tzschichholz2012-01-083-41/+416
|
* Update annotations for GLib 2.31.6Rico Tzschichholz2011-12-202-66/+84
|
* Update annotations from GLib gitColin Walters2011-12-153-293/+2497
|
* Update glib annotationsJasper St. Pierre2011-11-213-3017/+9515
|
* libxml2: add exported package nameDaniel Drake2011-11-051-0/+1
| | | | | This is needed so that g-ir-scanner can find the libxml2 include path when producing bindings for libraries that interact with libxml2.
* Regenerated GLib annotation cachePavel Holejsovsky2011-08-313-167/+491
| | | | Regenerated from glib fe4fc3e8b5a5ad8d4113c4df1fe8e0e9f295035e
* Revert "xlib: fix the type of XID"Giovanni Campagna2011-08-261-14/+18
| | | | | | | This reverts commit 3553cd0a4631f1b57fb608e3f3f78a1a0cfd602a. Turns out it was wrong, XID is 64 bit on a 64 bit system. Plus the scanner doesn't like multiple level typedefs.
* xlib: fix the type of XIDGiovanni Campagna2011-08-261-18/+14
| | | | | | | | XIDs are CARD32, which corresponds to guint32 on all platform, not gulong (which is 64 bit on x86_64). Fix that, and use alias indirection to more accurately reflect the typedefs. https://bugzilla.gnome.org/show_bug.cgi?id=643620
* Update annotations from glib git 2cd3c200687751c9cc26774f650b7651bffcc598Jasper St. Pierre2011-08-242-21/+24
|
* Update annotations from glib git d51e0615f9a6c1aa1898c46f2cf3135ca5ccd463Colin Walters2011-08-223-133/+83
|
* Regenerate Gio/GLib/GObject annotationsMartin Pitt2011-08-183-401/+6099
| | | | Ran misc/update-glib-annotations.py against current glib master.