summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-events.c
Commit message (Collapse)AuthorAgeFilesLines
* Add config.h to every source fileDaniel P. Berrange2012-02-061-0/+1
|
* Update copyright headersDaniel P. Berrange2012-02-061-1/+1
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-11/+18
|
* ff callbacks must be invoked from a clean stackGuido Günther2011-08-161-8/+39
| | | | | | | If 'ff' callbacks are invoked directly from the remove callback they will likely deadlock in libvirt. They must be invoked from a clean stack, so switch to using a glib idle callback.
* Update to optionally build with GTK3Daniel P. Berrange2011-07-111-7/+7
|
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+317
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX