RPC/IPC redesign

This commit is contained in:
Charles Kerr
2008-05-18 16:44:30 +00:00
parent b626d87121
commit 2c79888a93
81 changed files with 1971 additions and 10325 deletions

View File

@@ -29,7 +29,9 @@
#include <stdarg.h>
/* macro to shut up "unused parameter" warnings */
#ifndef UNUSED
#define UNUSED G_GNUC_UNUSED
#endif
/* NULL-safe version of strcmp */
int tr_strcmp( const char*, const char * );
@@ -79,16 +81,15 @@ decode_uri( const char * uri );
GSList *
checkfilenames( int argc, char ** argv );
/* retrieve the global download directory */
char *
getdownloaddir( void );
void gtr_open_file( const char * path );
guint gtr_inhibit_hibernation( void );
void gtr_uninhibit_hibernation( guint );
gboolean gtr_dbus_add_torrent( const char * filename );
#ifdef GTK_MAJOR_VERSION
/* create an error dialog, if wind is NULL or mapped then show dialog now,