Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in the TestInterface gtype nameHEADmasterTomeu Vizoso2009-05-061-1/+1
|
* Add an interface to EverythingTomeu Vizoso2009-05-052-0/+35
|
* Add element type annotations for GList argumentsMarina Zhurakhinskaya2009-05-011-1/+9
| | | | | g_app_info_launch and g_app_info_launch_uris needed element type annotations for their GList arguments.
* Avoid writing out empty array if we have no _get_type functionsColin Walters2009-04-031-12/+12
| | | | | Zero length arrays are a GNU C extension, so this way we don't fail on non-GCC.
* Fix 'Could not find GIR file ...' error to use right filename.Dan Winship2009-03-281-10/+8
| | | | Also plug a leak; girname was previously only freed on error.
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-273-7/+0
| | | | Remove support for (scope object) as it lacks a real use case.
* Annotate g_filename_completer_get_completionsJohan Dahlin2009-03-261-0/+6
|
* Remove spurious addition of 'GSList *handlers' in last commitAndreas Rottmann2009-03-241-1/+0
|
* Additions to the 'Everything' namespaceAndreas Rottmann2009-03-242-3/+53
| | | | | - Make the destroy-notfied callback test harder by retaining the callbacks until test_callback_thaw_notifications() is called.
*