Difference between revisions of "Features/GObject Introspection"
m |
|||
Line 16: | Line 16: | ||
== Detailed Description == | == Detailed Description == | ||
− | http://live.gnome.org/ | + | Several of the Python modules we are using right now will [http://live.gnome.org/GnomeGoals/PythonIntrospectionPorting become deprecated] in the [http://live.gnome.org/Schedule next GNOME release]. [http://live.gnome.org/PyGObject PyGObject] has gained support for [http://live.gnome.org/GObjectIntrospection GObject Introspection], which will allow us to keep using the GNOME platform without needing static bindings. |
== Benefit to Sugar == | == Benefit to Sugar == |
Revision as of 02:00, 12 October 2010
Summary
Use GObject-based libraries via introspection, instead of build-time bindings.
Owner
- Name: Tomeu Vizoso
- Email: tomeu@sugarlabs.org
Current status
- Targeted release: 0.88
- Last updated: July 13th 2009
- Percentage of completion: 0%
Detailed Description
Several of the Python modules we are using right now will become deprecated in the next GNOME release. PyGObject has gained support for GObject Introspection, which will allow us to keep using the GNOME platform without needing static bindings.
Benefit to Sugar
This will reduce overall memory usage and startup time of the shell and activities. Also will make easier use libraries written in languages other than Python.
Scope
Will need changes in about every sugar module, including activities, but we'll have a script that will make it easier. Not all activities need to switch at the same time.
How To Test
Run Sugar and activities as usual, notice startup is faster and check with 'free' the amount of free memory.
User Experience
The shell and activities should start much faster and you can launch more activities before systems with low memory and no swap (like the XO) become unresponsive and crash.
Dependencies
Yes, we depend on work in other GNOME projects: http://live.gnome.org/GObjectIntrospection/ and http://live.gnome.org/PyBank/ .
Contingency Plan
None necessary, revert to previous release behaviour.
Documentation
http://live.gnome.org/GObjectIntrospection http://live.gnome.org/PyBank/
Release Notes
TBW
Comments and Discussion
You can add categories to tie features back to real deployments/schools requesting them, for example [[Category:Features requested by School Xyz]]