aboutsummaryrefslogtreecommitdiff
path: root/example/simple-client-vala.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining deprecation warningsRobert Tari2023-02-021-6/+15
|
* Whitespace fixRobert Tari2023-02-021-153/+153
|
* AppIndicator: fix icon and theme paths when running in $SNAP environmentMarco Trevisan (Treviño)2017-05-151-1/+1
| | | | | | Prepend $SNAP path to icons and theme paths when running in a sandboxed environment, this allows to run app indicators without caring about the fact they've been designed or compiled to run in a snap world or not. (LP: #1600136)
* The vala examples were written before GMenu, so add explict namespace use ↵Charles Kerr2012-03-211-18/+18
| | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')
* Setting the titles in the examplesTed Gould2012-01-281-0/+1
|
* examples: use the set_secondary_activate_target APIMarco Trevisan (Treviño)2011-07-201-8/+12
|
* examples: add secondary-activate signal usage to Vala and CMarco Trevisan (Treviño)2011-07-181-0/+7
|
* examples, added scroll-event demo.Marco Trevisan (Treviño)2011-02-041-0/+5
|
* simple-client-vala: indentation fixesMarco Trevisan (Treviño)2011-02-041-3/+3
|
* Examples, added simple-client-valaMarco Trevisan (Treviño)2011-02-041-0/+165
A rewrite of the simple-client.c version in Vala as example. Added a workaround for compiling it.