summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.h
Commit message (Expand)AuthorAgeFilesLines
* Make pyglib-python-compat.h a public header and include in pygobject.h Also #...John Ehresman2010-04-151-0/+2
* Add macros to help with Python list to/from GList/GSList conversions.John Finlay2009-08-111-1/+241
* Change comment to avoid false positives when grep'ing for deprecated gtkAndre Klapper2009-02-181-1/+1
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-10/+2
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-051-1/+3
* Rename the private struct field to private_flags, because private is a C++Murray Cumming2007-07-041-1/+1
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-171-1/+13
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-141-0/+3
* Bug 419379 – Modernize init_pygobject: use static inline functions instead ...Gustavo J. A. M. Carneiro2007-04-141-43/+97
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-1/+5
* (init_pygobject_check): Add parentheses "around && within ||" to please gcc.Gustavo J. A. M. Carneiro2006-09-241-1/+1
* Declare variables at start of code blockJohn Ehresman2006-09-121-4/+5
* Improve the version checkPYGOBJECT_2_12_1Johan Dahlin2006-09-041-24/+25
* Replace uses of typename with type_name, because that is a reserved C++Murray Cumming2006-08-151-3/+3
* Fix define to point to the correct function pointer field.John Finlay2006-07-301-1/+1
* Fix 3 ! problems caused by refactoringJohan Dahlin2006-07-251-22/+24
* Add a macro to easily check the installed pygobject version.Johan Dahlin2006-07-251-0/+24
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-1/+7
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-1/+1
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...Gustavo J. A. M. Carneiro2006-05-071-0/+6
* ABI compatibility fixesGustavo J. A. M. Carneiro2006-04-151-2/+2
* typoJohan Dahlin2006-04-111-1/+1
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-111-2/+2
* Remove pre python 2.3.5 compatibility. Simplifies thread handling.Johan Dahlin2005-07-171-7/+8
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-0/+11
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-071-3/+8
* gobject/pygobject.h Use G_STMT_START/END for init_ defines.Manish Singh2005-06-101-2/+2
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-171-0/+4
* Bug 163612: segmentation fault on pygtk-demoGustavo J. A. M. Carneiro2005-01-101-10/+12
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-091-12/+10
* #154974: Interface implementation supportGustavo J. A. M. Carneiro2005-01-091-0/+2
* [Bug 145314] Overriding GTK+ virtual methodsGustavo J. A. M. Carneiro2005-01-081-0/+5
* Change PY_HEXVERSION to PY_VERSION_HEXJohn Ehresman2004-12-101-1/+1
* Bug 155304: pygobject.h cannot be included in C++ programsGustavo J. A. M. Carneiro2004-10-131-2/+6
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-281-10/+3
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-271-0/+18
* Make PyGClosure semi-publicGustavo J. A. M. Carneiro2004-09-261-0/+9
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-6/+19
* Urgh. more threading 'fixes'Johan Dahlin2004-08-031-0/+6
* More minor threading fixesJohan Dahlin2004-08-031-6/+0
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-2/+4
* gtk/*.overrideJohan Dahlin2004-07-171-5/+24
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-0/+9
* property based constructorsGustavo J. A. M. Carneiro2004-07-041-0/+7
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-041-0/+2
* ImplJohan Dahlin2004-06-041-1/+2
* Prevent warnings in Python 2.3PYGTK_2_3_91Gustavo J. A. M. Carneiro2004-04-151-0/+4
* This is a function, not a method.PYGTK_2_3_90Johan Dahlin2004-03-271-0/+12
* same here.James Henstridge2003-07-241-2/+4
* the GObject should own a ref to the wrapper. (pygobject_new): get rid ofJames Henstridge2003-03-071-1/+0