~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/rb-file-helpers.h

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
G_BEGIN_DECLS
29
29
 
30
30
const char *    rb_file                 (const char *filename);
31
 
 
32
31
const char *    rb_dot_dir              (void);
33
32
 
34
 
void            rb_ensure_dir_exists    (const char *dir);
 
33
char *          rb_canonicalise_uri     (const char *uri);
35
34
 
36
 
GnomeVFSResult  rb_uri_mkstemp          (const char *prefix, char **uri, GnomeVFSHandle **handle);
 
35
GnomeVFSResult  rb_uri_mkstemp          (const char *prefix, char **uri,
 
36
                                         GnomeVFSHandle **handle);
37
37
 
38
38
char *          rb_uri_resolve_symlink  (const char *uri);
39
39
gboolean        rb_uri_is_directory     (const char *uri);
41
41
char *          rb_uri_resolve_relative (const char *uri);
42
42
gboolean        rb_uri_is_readable      (const char *uri);
43
43
gboolean        rb_uri_is_writable      (const char *uri);
44
 
gboolean        rb_uri_is_iradio        (const char *uri);
45
44
 
46
45
void            rb_uri_handle_recursively(const char *uri,
47
46
                                          GFunc func,