(gtk) #307: inhibit/prevent hibernation when downloading

This commit is contained in:
Charles Kerr
2008-04-13 02:56:26 +00:00
parent d9a90542b6
commit f467beedb5
8 changed files with 111 additions and 2 deletions

View File

@@ -85,6 +85,10 @@ getdownloaddir( void );
void gtr_open_file( const char * path );
guint gtr_inhibit_hibernation( void );
void gtr_uninhibit_hibernation( guint );
#ifdef GTK_MAJOR_VERSION
/* here there be dragons */