~ubuntu-branches/ubuntu/wily/gnomad2/wily

« back to all changes in this revision

Viewing changes to src/filesystem.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-04-03 23:25:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070403232558-o3nm1ehjs458n1ml
Tags: 2.8.11-2ubuntu1
* debian/control:
  - Lessen the build-depends on libmtp-dev to >= 0.1.3.
  - Change Maintainer/XSBC-Original-Maintainer field.
* UVF exception: LP: #93226

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
gchar *get_current_dir();
63
63
gboolean is_directory(gchar *dir);
64
64
void change_directory(gchar *dir);
65
 
void delete_files(GList *filelist);
 
65
gint delete_dir_contents(gchar *dir);
 
66
gint delete_files(GList *filelist);
66
67
gboolean clone_and_strip_id3(const gchar *const source, const gchar * const dest);
67
68
gint get_prefsfile_fd(gboolean write);
68
69
void close_prefsfile(void);