Data Model API
Contents
Introduction
Model, model or libmodel is a simple data model API for GObject. It is used as a common interface between data sources and view components.
News
October 31, 2009: Model 0.2 released
Documentation
Complete documentation is currently available at http://gnome.org/~ryanl/model-docs/. It will be moved to library.gnome.org soon.
Example Code
Some examples (actually, currently only 1) are available to view here: http://git.gnome.org/cgit/model-examples/tree/examples/.
License
Model is licensed under the LGPL 2.1 "or later".
Download
Releases can be found on /Release
There is an Ubuntu PPA with up to date packages.
Development is happening in git://git.gnome.org/model and can be viewed here.
You can check out the current development snapshot using:
git clone git://git.gnome.org/model
or, if you have an account on gnome.org:
git clone ssh://<username>@git.gnome.org/git/model
Requirements
Contact
Ryan Lortie <desrt@desrt.ca>