A simple example python plugin - just hook onto events.

svn path=/trunk/; revision=35627
This commit is contained in:
Johnny Jacob
2008-06-11 21:22:15 +00:00
parent a8288ede30
commit 49db161be9
5 changed files with 81 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2008-06-12 Johnny Jacob <jjohnny@novell.com>
* example/org-gnome-hello-python-ui.xml: Added.
* example/org-gnome-hello-python.eplug.xml: Added.
* example/Makefile.am : Added.
* example/hello_python.py: Added.
2008-06-09 Johnny Jacob <jjohnny@novell.com>
* python-plugin-loader.c: Python plugin loader.