5 Commits

Author SHA1 Message Date
Ignacio Casal Quinteiro
4dd25f0b61 Bump pygobject requisite to pygobject 3. Fixes bug #658667. 2011-09-19 16:57:47 -03:00
Juan Pablo Ugarte
ed87745317 Fixed warning moving glade.h include after pythons. 2011-03-03 01:03:47 -03:00
Craig Keogh
69f0d52563 Migrate from PyGTK to PyGObject introspection-based bindings 2011-03-02 19:49:19 -03:00
Tristan Van Berkom
bc939d5ff6 * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:
indent   \
	--braces-after-if-line   \
	--case-brace-indentation0   \
	--case-indentation2   \
	--braces-after-struct-decl-line   \
	--line-length80   --no-tabs  \
	--dont-line-up-parentheses   \
	--continuation-indentation4 \
	--continue-at-parentheses  \
	--honour-newlines  --tab-size8  --indent-level2 -nbbo
2010-12-30 20:19:58 +09:00
Juan Pablo Ugarte
94982e0587 added name parameter to GladeCatalogInitFunc.
* gladeui/glade-catalog.c: added name parameter to
  GladeCatalogInitFunc.

* python/glade-python.c: New plugin to support python widget
  at runtime.

* m4/python.m4, glade3/configure.ac, plugins/Makefile.am,
  plugins/python/Makefile.am:
  added python check and build rules.

* gnome/glade-gnome.c: updated glade_gnomeui_init() prototype


svn path=/trunk/; revision=1844
2008-07-24 18:36:33 +00:00