summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make codegen report errors using Python function/method namesPaul Pogonyshev2009-06-122-5/+14
| | | | Part of bug #584289.
* Fix object type in gio.BufferedInputStream_fill_asyncGian Mario Tagliaretti2009-06-121-1/+1
|
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-094-0/+97
| | | | Wrap the method gio.BufferedInputStream.fill_async and add a test
* Add gio.BufferedOutputStream which was forgotten in the types definitionGian Mario Tagliaretti2009-06-091-0/+7
|
* Add docs for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-093-0/+178
|
* Split overrides for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-094-24/+47
|
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-098-35/+252
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Fixes whitespaces style issues with girepository.Simon van der Linden2009-06-085-40/+39
|
* Removes the header but the modeline in test_girepository.py.Simon van der Linden2009-06-081-25/+1
|
* Adds overrides modules from PyBank.Simon van der Linden2009-06-085-2/+26
|
* Disables the tests that fail in tests/test_girepository.py.Simon van der Linden2009-06-081-60/+182
|
* Imports test_girepository.py from former PyBank's everything_unittest.py.Simon van der Linden2009-06-081-0/+288
|
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-0814-32/+2799
|
* Fix the docs for gio.FilterOutputStreamGian Mario Tagliaretti2009-06-021-3/+3
|
* Add gio.FilterOutputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Add gio.FilterInputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Add API appeared in 2.20 but not marked as such in gio docsGian Mario Tagliaretti2009-06-021-0/+30
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-027-1/+358
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Fix gio.FileInputStream docsGian Mario Tagliaretti2009-06-021-16/+9
| | | | Add implemented interface section and remove a method description
* Fix the method nameGian Mario Tagliaretti2009-06-011-7/+7
|
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-017-0/+321
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Install executable codegen parts with executing permissionsPaul Pogonyshev2009-05-318-11/+18
| | | | Also add shebang where it was missing. Bug #583979.
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-316-72/+300
| | | | | | | Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285.
* Fix gio.OutputStream.splice_asyncPaul Pogonyshev2009-05-301-4/+4
| | | | Bug #584290.
* Code maintenance: ignore one more file created by unit testsPaul Pogonyshev2009-05-271-0/+1
|
* Update the docs with new 2.20 APIGian Mario Tagliaretti2009-05-253-3/+367
|
* Add gio 2.20 APIGian Mario Tagliaretti2009-05-252-8/+146
| | | | add the new API added in gio 2.20, some needs to be wrapped manually
* Post release version bump 2.19.0Gian Mario Tagliaretti2009-05-251-1/+1
|
* Update NEWS, release 2.18.0PYGOBJECT_2_18_0Gian Mario Tagliaretti2009-05-242-2/+16
|
* Add documentation for the gio.OutputStream classGian Mario Tagliaretti2009-05-243-1/+144
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-242-1/+77
| | | | wrap gio.OutputStream.splice_async() and add a test.
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-244-7/+9
| | | | | Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235.
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-242-1/+57
| | | | wrap gio.OutputStream.flush_async() and add a test.
* Add documentation for the gio.FileMonitor classGian Mario Tagliaretti2009-05-173-0/+131
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Use 'Requires.private' for libffi in '.pc' filesJosselin Mouette2009-05-172-2/+4
| | | | Correction for patch in bug #550231.
* Add wrapper for gio.FileAttributeMatcherGian Mario Tagliaretti2009-05-133-2/+31
| | | | | added a boxed type for gio.FileAttributeMatcher which has been forgotten while wrapping the gio API. This should probably be done in gio itself.
* Mark relevant glib.IOChannel methods as METH_NOARGSPaul Pogonyshev2009-05-131-63/+20
| | | | | Additionally fix glib.IOChannel.set_close_on_unref: was marked METH_NOARGS but actually accepted arguments. Fixes bug #582427.
* Add documentation for the gio.FileInfo classGian Mario Tagliaretti2009-05-123-0/+349
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-092-0/+34
| | | | Basically copied over from GLib source tree.
* Fix a bug in InputStream.skip_asyncGian Mario Tagliaretti2009-05-091-1/+2
| | | | use the count argument instead of buffer_size which is always zero
* Add docs for the gio.InputStream classGian Mario Tagliaretti2009-05-093-0/+733
|
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-052-1/+69
| | | | wrap gio.InputStream.skip_async() and add a test.
* Add -n --namespace option and the code to removeSiavash Safi2009-05-042-24/+117
| | | | | | dll API in headers, Added documentation Patch from bug #579275
* Properly mark glib.get_user_special_dir() as a keywords methodPaul Pogonyshev2009-05-031-1/+1
| | | | Fixes bug #581082.
* Add docs for the gio.LoadableIcon classGian Mario Tagliaretti2009-05-033-0/+201
|
* Add docs for the gio.ThemedIcon classGian Mario Tagliaretti2009-05-033-0/+207
|
* post release version bump to 2.17.1Gian Mario Tagliaretti2009-05-021-1/+1
|
* Fix the class titleGian Mario Tagliaretti2009-05-011-1/+1
|
* Add docs for the gio.MountOperation classGian Mario Tagliaretti2009-05-014-0/+836
|
* Update NEWS, release 2.17.0PYGOBJECT_2_17_0Gian Mario Tagliaretti2009-04-301-0/+93
|