~ubuntu-branches/ubuntu/natty/gnome-utils/natty

« back to all changes in this revision

Viewing changes to baobab/src/baobab-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-10-15 16:52:21 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: james.westby@ubuntu.com-20101015165221-rkpl4spxhqvzw5r1
Tags: upstream-2.32.0
ImportĀ upstreamĀ versionĀ 2.32.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "baobab.h"
27
27
 
28
 
void baobab_get_filesystem (baobab_fs *fs);
 
28
void baobab_get_filesystem (BaobabFS *fs);
29
29
gchar* dir_select (gboolean, GtkWidget *);
30
30
void on_toggled (GtkToggleButton *, gpointer);
31
31
void stop_scan (void);
37
37
gint messageyesno (const gchar *primary_msg, const gchar *secondary_msg, GtkMessageType type, gchar * ok_button, GtkWidget *parent);
38
38
gboolean baobab_check_dir (GFile *);
39
39
void popupmenu_list (GtkTreePath *path, GdkEventButton *event, gboolean can_trash);
40
 
void set_label_scan (baobab_fs *);
41
 
void show_label (void);
42
40
void open_file_with_application (GFile *file);
43
41
gboolean can_trash_file (GFile *file);
44
42
gboolean trash_file (GFile *file);