summaryrefslogtreecommitdiff
path: root/gir
AgeCommit message (Expand)AuthorFilesLines
2010-07-09Don't include machine-dependent integral types in the typelibColin Walters2-22/+37
2010-07-09Fix up tests for last commitColin Walters1-0/+12
2010-07-09Add support for non-GObject fundamental objectsJohan Dahlin3-0/+449
2010-07-08Move doc to toplevel element, write <any> for unknown containersColin Walters2-110/+116
2010-06-29[cairo-1.0] Add cairo_rectangle_int_tColin Walters1-0/+1
2010-06-29[cairo-1.0.gir] Add cairo_region_tColin Walters1-0/+1
2010-06-25Fix annotations for g_get_system_*Colin Walters1-2/+2
2010-06-25Clean up annotation parsing, don't try to parse invalid annotationsColin Walters4-88/+103
2010-06-22Fix make check broken by DanielleJohan Dahlin1-0/+10
2010-06-22[GIMarshallingTest] Add GByteArray test APIJohan Dahlin3-0/+60
2010-06-22Merge branch 'gvalue-tests'Danielle Madeley2-0/+26
2010-06-22Add tests to Everything for items stored in GValuesDanielle Madeley2-0/+26
2010-06-21GIRepository generation broke by code changesAlan Knowles1-6/+7
2010-06-17[gir] Pass in --warn-all/error to our libsJohan Dahlin1-0/+2
2010-06-17Support introspectable=no attribute, add warnings frameworkColin Walters1-1/+1
2010-06-17Update versionsColin Walters11-11/+11
2010-06-17Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin1-1/+1
2010-06-16Support introspectable=no attribute, add warnings frameworkColin Walters1-1/+1
2010-06-16Apply annotations from invoker to vfuncColin Walters1-1/+5
2010-06-16Add some more Gio annotationsColin Walters1-0/+14
2010-06-08Support the (transfer) annotation for properties.Tomeu Vizoso4-6/+89
2010-06-08Annotate GVariant as a foreign structTomeu Vizoso1-0/+5
2010-06-04Do not include preprocessor flags into GLib_2_0_gir_CFLAGSAlexey Zakhlestin1-1/+1
2010-06-02Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso3-0/+125
2010-06-01Fix the relative path that contains the girepositoryheadersTomeu Vizoso1-1/+1
2010-06-01Add Cursor record to xlib-2.0.girTomeu Vizoso1-0/+1
2010-05-31[girepository] Split out GIBaseInfoJohan Dahlin1-1/+7
2010-05-31[everything] Re-generate after doc changesJohan Dahlin1-4/+2
2010-05-27[GIMarshallingTests] Fix incorrect array sizesColin Walters1-7/+7
2010-05-26Support (out caller-allocates)Colin Walters3-153/+631
2010-05-25[glib] Skip g_date_to_struct_tm as skipJohan Dahlin1-0/+6
2010-05-22Add GInitiallyUnknowned subclass to Everything for testing floating referencesTomeu Vizoso3-0/+72
2010-05-20remove unnecessary $(srcdir)s from Makefile.amDan Winship1-10/+10
2010-05-19Take into account the underscore after the type name when checking if a funct...Tomeu Vizoso3-0/+48
2010-05-19Adds annotations to g_filter_(input/output)_stream_get_base_streamEduardo Lima Mitev1-0/+12
2010-05-18Add a basic gir for xrandrJohan Bilien2-1/+16
2010-05-07[everything] Remove test_callback_infiniteOwen W. Taylor3-39/+0
2010-05-07[everything] Fix length annotationsOwen W. Taylor2-4/+4
2010-05-06Add GIMarshallingTests-1.0-expected.gir so we track changes in the scannerTomeu Vizoso2-0/+3134
2010-05-05Add test vfunc for testing out args in callbacksTomeu Vizoso2-0/+28
2010-05-04Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2-0/+283
2010-05-03Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2-283/+0
2010-05-03Add some tests to Everything for testing callbacks as constructor argsTomeu Vizoso3-0/+101
2010-04-30Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2-0/+283
2010-04-27Keep valgrind happy in a testTomeu Vizoso1-1/+1
2010-04-27Add test for virtual method with a default implementationTomeu Vizoso2-0/+31
2010-04-26[glib] make g_file_set_contents() take uint8*, not utf8Dan Winship1-0/+5
2010-04-26Negative test case for bad (out) case, not setting the *out_val in a (transfe...Zach Goldberg2-0/+16
2010-04-23Add tests for unionsTomeu Vizoso2-0/+112
2010-04-22Add tests for non-gtype EnumTomeu Vizoso2-9/+61