aboutsummaryrefslogtreecommitdiff
path: root/bindings/vala/examples/indicator-example.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix type_check_function for vala bindingsMichal Hruby2011-09-231-0/+1
|
* vala: updated example to use the new APIMarco Trevisan (Treviño)2011-07-201-10/+3
|
* Vala bindings example: added secondary_activateMarco Trevisan (Treviño)2011-07-181-0/+8
|
* Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-041-1/+1
|
* Vala example, changed copyright yearMarco Trevisan (Treviño)2011-02-031-1/+1
|
* Vala example: indentation fixesMarco Trevisan (Treviño)2011-02-031-26/+26
|
* Vala example: adding copyright message.Marco Trevisan (Treviño)2011-02-031-0/+19
|
* Adding vala bindings and exampleMarco Trevisan (Treviño)2011-02-031-0/+45
Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example.