| 
ev-file-helpers
ev-file-helpers —  |  | 
Details
enum EvCompressionType
typedef enum {
	EV_COMPRESSION_NONE,
	EV_COMPRESSION_BZIP2,
	EV_COMPRESSION_GZIP
} EvCompressionType;
 
ev_dot_dir ()
const gchar* ev_dot_dir                     (void);
 
ev_tmp_dir ()
const gchar* ev_tmp_dir                     (void);
 
ev_file_helpers_init ()
void        ev_file_helpers_init            (void);
 
ev_file_helpers_shutdown ()
void        ev_file_helpers_shutdown        (void);
 
ev_tmp_filename ()
gchar*      ev_tmp_filename                 (const char *prefix);
 
ev_tmp_filename_unlink ()
void        ev_tmp_filename_unlink          (const gchar *filename);
 
ev_tmp_uri_unlink ()
void        ev_tmp_uri_unlink               (const gchar *uri);
 
ev_xfer_uri_simple ()
gboolean    ev_xfer_uri_simple              (const char *from,
                                             const char *to,
                                             GError **error);
| from: |  | 
| to: |  | 
| error: |  | 
| Returns : |  |