~ubuntu-branches/ubuntu/oneiric/pcmanfm/oneiric

« back to all changes in this revision

Viewing changes to src/pcmanfm.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 23:18:32 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221231832-paor7n15r62zw5hj
Tags: 0.9.8+git-6240436419-0ubuntu1
* New upstream snapshot (2011-02-15)
 - Correctly handle spaces in path and filenames (LP: #686526, #693990).
* debian/patches/
 - 90-enable-fake-transparency.patch: Remove, merged upstream.
 - 01-libfm-0.1.14-API-changes.patch: Refresh.
* debian/control
 - Build-depends on libfm-dev (>= 0.1.15).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
gboolean pcmanfm_open_folder(GAppLaunchContext* ctx, GList* folder_infos, gpointer user_data, GError** err);
39
39
 
40
40
char* pcmanfm_get_profile_dir(gboolean create);
41
 
void pcmanfm_save_config();
 
41
void pcmanfm_save_config(gboolean immediate);
42
42
 
43
43
void pcmanfm_open_folder_in_terminal(GtkWindow* parent, FmPath* dir);
44
44