summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use pkg-config to check for libffi again.Johan Dahlin2008-07-203-29/+22
* Rename helper library to libpyglib-2.0. Move overJohan Dahlin2008-07-205-10/+97
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-2011-1/+1375
* Ignore a bunch of functions which are not relevant.Johan Dahlin2008-07-192-2/+19
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-195-5/+318
* Set module name back to gio, as setting it to gio._gio breaks pydoc.Johan Dahlin2008-07-192-1/+4
* Use property based constructors when possible.Johan Dahlin2008-07-192-10/+15
* Increase to 100 per goJohan Dahlin2008-07-181-1/+2
* improve example: show error message and allow sys.argv[1] to be specifiedJohan Dahlin2008-07-181-3/+13
* Wrap gio.FileEnumerator.next_files_async/next_files_done. Update theJohan Dahlin2008-07-185-3/+143
* Only fetch name, saves a couple of syscalls. Set name to gio._gio soJohan Dahlin2008-07-183-2/+9
* Fix header filenameJohan Dahlin2008-07-181-1/+1
* Remove unused importJohan Dahlin2008-07-181-1/+0
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-186-11/+150
* Use %zd instead of %d since it's a Py_ssize_t and not an int.Johan Dahlin2008-07-182-1/+6
* define NO_IMPORT_PYGOBJECT before including pygobject.hJohan Dahlin2008-07-182-1/+7
* Require pygobject 2.15.2Johan Dahlin2008-07-182-1/+6
* Put gio.override before all the othersJohan Dahlin2008-07-181-1/+1
* Use #include <pygobject.h> instead of include "pygobject.h"Johan Dahlin2008-07-183-3/+3
* The module is called gio._gio, not just _gio.Johan Dahlin2008-07-172-1/+2
* s/pygobject/gio/Johan Dahlin2008-07-171-1/+1
* Add a pygio_version module attributeJohan Dahlin2008-07-172-2/+19
* Rename gio.IOErrorEnum to gio.ErrorEnumJohan Dahlin2008-07-172-1/+6
* Add gio.ERROR which maps to the G_IO_ERROR quark.Johan Dahlin2008-07-172-0/+7
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-173-6/+27
* Post release version bumpJohan Dahlin2008-07-162-1/+5
* 2.15.1PYGOBJECT_2_15_1Johan Dahlin2008-07-162-0/+9
* Rename from 'pygtk-codegen-2.0.in'.Paul Pogonyshev2008-07-154-3/+11
* Post release version bumpJohan Dahlin2008-07-143-1/+6
* Add a release-tag targetJohan Dahlin2008-07-141-0/+9
* 2.15.0PYGOBJECT_2_15_0Johan Dahlin2008-07-142-0/+22
* Make sure we can distcheck the gio module properlyJohan Dahlin2008-07-142-1/+9
* Bug 450659 – h2def.py - export 'typedef struct' object definitions notJohan Dahlin2008-07-142-1/+9
* Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automakeJohan Dahlin2008-07-142-0/+8
* Bug 448173 – use python-config to get python includesJohan Dahlin2008-07-142-2/+13
* Bug 378704 – OptionParser.parse_args() returns unexpected results PatchJohan Dahlin2008-07-142-1/+12
* Bug 491773 – autoconf failure: .m4 files cannot be foundJohan Dahlin2008-07-142-0/+8
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-144-3/+119
* Bug 487523 – Add xslfiles variable to .pc.in filesJohan Dahlin2008-07-142-2/+10
* Remove g_file_input_stream_seek and g_file_output_stream_seek, theyJohan Dahlin2008-07-142-24/+6
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-143-4/+17
* Map GSeekType to an intJohan Dahlin2008-07-145-0/+21
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-148-84/+116
* New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType'Paul Pogonyshev2008-07-144-10/+65
* Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen,Paul Pogonyshev2008-07-133-1/+9
* clean_func(): Strip GSEAL out, to avoid us thinking that there are manyMurray Cumming2008-07-132-2/+17
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-114-19/+91
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-092-1/+6
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-292-1/+7
* Document GObject.handler_block_by_func/handler_unblock_by_funcJohan Dahlin2008-06-282-3/+54