pygobject 3.0.2



About PyGObject
===============

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News
====

        - Add tests for boxed properties. (Ignacio Casal Quinteiro)
        - Allow GBoxed types as property (Timo Vanwynsberghe)
        - when converting an object with transfer none, make sure the wrapper owns a ref (John (J5) Palmieri)
        - unit test for checking ref count of object param in signals (John (J5) Palmieri)
        - Gdk overrides: Unbreak for Gdk-2.0 (Martin Pitt)
        - Do union member checks for unions that are parameters (John (J5) Palmieri)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.0/pygobject-3.0.2.changes  (3.34K)

Download
========

http://download.gnome.org/sources/pygobject/3.0/pygobject-3.0.2.tar.xz  (532K)
  sha256sum: e1eccc37afd2d4cbeb329b92ce3d71287d662dc2fec430c08a0471153e52a462

http://download.gnome.org/sources/pygobject/3.0/pygobject-3.0.2.tar.bz2 (611K)
  sha256sum: 9213d5b68a65346f82012c01097ca124061278233e4a4f8d8bf6670a84a74db0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]