~ken-vandine/libubuntuone/versioned_mono_bindings

« back to all changes in this revision

Viewing changes to bindings/python/ubuntuone.override

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-01-04 14:29:39 UTC
  • mfrom: (5.1.5 python-bindings)
  • Revision ID: elliot@elliotmurphy.com-20100104142939-qhgq7krdywngwm4w
Added python bindings for the 2 widgets in the library

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%
 
2
headers
 
3
#include <Python.h>
 
4
#include "pygobject.h"
 
5
#include "u1-contacts-picker.h"
 
6
#include "u1-music-store.h"
 
7
%%
 
8
modulename ubuntuone
 
9
%%
 
10
import gtk.VBox as PyGtkVBox_Type
 
11
%%
 
12
ignore-glob
 
13
  *_get_type
 
14
%%