summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-024-1/+101
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-026-7/+29
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-019-932/+1145
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-014-1/+70
* Wrap gio.File.moveJohan Dahlin2008-08-013-1/+75
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-016-5/+243
* Add docstring for gio.FileInfo.list_attributesGian Mario Tagliaretti2008-08-012-0/+9
* Bug 545861 – g_file_info_get_modification_time is missingJohan Dahlin2008-08-014-4/+34
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-014-0/+47
* Use %r instead of %s, this is not python!Johan Dahlin2008-08-012-1/+6
* Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings forJohan Dahlin2008-07-302-37/+94
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-297-37/+331
* WhitespaceJohan Dahlin2008-07-291-0/+1
* Take some creditJohan Dahlin2008-07-292-0/+3
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-299-116/+448
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-293-2/+139
* Fetch the total and print percentageJohan Dahlin2008-07-291-3/+8
* Remove unused importJohan Dahlin2008-07-291-1/+1
* Refactor the example a bit, use start/stop to access loop so it's easier to r...Johan Dahlin2008-07-291-12/+19
* Handle errors from gfile.read() gracefullyJohan Dahlin2008-07-291-3/+6
* Add a new exampleJohan Dahlin2008-07-283-9/+83
* add a py-compile which works on python 2.x and 3.xJohan Dahlin2008-07-281-0/+146
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-283-27/+30
* Use hexversion so it works with alpha/beta releasesJohan Dahlin2008-07-281-2/+8
* Remove unnecessary spacingJohan Dahlin2008-07-281-2/+2
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-277-40/+72
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-2710-30/+57
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-276-28/+56
* Use _PyLong macros.Johan Dahlin2008-07-278-66/+88
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-278-496/+142
* Add _PyUnicode_Type macroJohan Dahlin2008-07-2710-78/+118
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-274-9/+16
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-2711-19/+184
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-267-191/+262
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-268-13/+69
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-262-0/+12
* Fix a commentJohan Dahlin2008-07-261-1/+1
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-269-150/+222
* Also export PyInit_glib import glib._glib instead of just _glibJohan Dahlin2008-07-267-33/+60
* gobject -> glibJohan Dahlin2008-07-266-43/+64
* Convert the pid/mainloop/maincontext/optiongroup/optioncontext.Johan Dahlin2008-07-266-210/+48
* Convert the source objects to use macros, saves ~150 lines of code!Johan Dahlin2008-07-262-178/+47
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-267-122/+206
* Add macros which are compatible with python > 2.6.Johan Dahlin2008-07-263-6/+197
* Post release version bumpJohan Dahlin2008-07-262-1/+6
* 2.15.2PYGOBJECT_2_15_2Johan Dahlin2008-07-262-0/+22
* Build fix, remove extra \Johan Dahlin2008-07-262-1/+4
* Update, add glib/gio bindings and other environmentsJohan Dahlin2008-07-261-1/+4
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-267-15/+77
* Send in a PyObject instead of a PyGOptionGroup object.Johan Dahlin2008-07-262-2/+8