sugar-toolkit-gtk3/sugar/activity
Mike C. Fletcher 3f10890319 Docstrings for modules all over sugar and shell.
These are just the doc strings I created as I was spelunking
through to see how Sugar manages launching applications.  The
resulting auto-documentation is neither polished or finished,
but it should help people reading the code somewhat.

There are a few minor code cleanups:

  * activityhandle (replacing C idiom for initialisation with
    a Python one)
  * bundle registry (using a parameterised directory name so
    that it shows up in the documentation)
  * validate_activity_id function, use isinstance( item, (str,unicode))
    for the query, rather than two separate checks with isinstance
2007-04-09 22:47:37 -04:00
..
__init__.py Do not look in the icon theme for activity icons 2007-01-31 15:00:13 -05:00
__init__py Forgot to add these 2006-06-21 16:06:56 -04:00
activity.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
activityfactory.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
activityfactoryservice.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
activityhandle.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
activityservice.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
bundle.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
bundlebuilder.py Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-03-26 12:42:17 +02:00
bundleregistry.py Docstrings for modules all over sugar and shell. 2007-04-09 22:47:37 -04:00
Makefile.am Add support to read linfo. 2007-03-23 17:27:31 +01:00