summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-091-1/+1
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-291-1/+1
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-301-0/+4
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-211-3/+12
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-151-1/+4
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-2/+4
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+30
* check for NULL before dereferencing.Paolo Borelli2007-11-241-6/+8
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-2/+3
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-051-1/+4
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-081-1/+5
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-081-0/+43
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-081-1/+16
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-1/+3
* reviewed by: Johan DahlinSebastian Granjoux2007-07-021-1/+1
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-3/+19
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-141-1/+74
* Bug 415853 – g_set_application_name() bindingGustavo J. A. M. Carneiro2007-04-141-0/+30
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-0/+5
* Improve exceptionJohan Dahlin2006-11-181-1/+4
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-181-2/+2
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-12/+14
* signal emission hook refcount fixGustavo J. A. M. Carneiro2006-09-161-1/+0
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-271-2/+5
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-5/+11
* type registration fixGustavo J. A. M. Carneiro2006-08-261-2/+74
* fix interface registrationGustavo J. A. M. Carneiro2006-08-171-31/+31
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-3/+5
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-10/+10
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-1/+4
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-2/+27
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-4/+42
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-231-42/+75
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+2
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-3/+3
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...Gustavo J. A. M. Carneiro2006-05-071-12/+63
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-1/+14
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-011-1/+71
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+17
* wrap on 80 linesJohan Dahlin2006-04-111-54/+107
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-111-24/+2
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-9/+14
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-111-2/+2
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-111-1/+1
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...Gustavo J. A. M. Carneiro2006-04-011-3/+5
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-151-1/+0
* Warn if io callback returns None: almost always this is an errorGustavo J. A. M. Carneiro2006-01-141-0/+6
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-1/+138
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-3/+97
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-3/+7