~facundo/ubuntuone-client/support-initial-disconnection

« back to all changes in this revision

Viewing changes to nautilus/ubuntuone-nautilus.h

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-08-25 20:19:03 UTC
  • mfrom: (649.3.9 check-published-files)
  • Revision ID: tarmac-20100825201903-jv40ycy979hg62gw
Check that the user has no published files before disabling a UDF (LP: #603576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <dbus/dbus-glib.h>
28
28
#include <libsyncdaemon/syncdaemon-daemon.h>
 
29
#include <gtk/gtk.h>
29
30
 
30
31
#define UBUNTUONE_TYPE_NAUTILUS  (ubuntuone_nautilus_get_type ())
31
32
#define UBUNTUONE_NAUTILUS(o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), UBUNTUONE_TYPE_NAUTILUS, UbuntuOneNautilus))
88
89
gboolean ubuntuone_is_storagefs (UbuntuOneNautilus * uon,
89
90
                                 const char * path,
90
91
                                 gboolean * is_root);
 
92
gboolean ubuntuone_nautilus_check_shares_and_public_files (UbuntuOneNautilus *uon,
 
93
                                                           SyncdaemonFolderInfo *folder_info,
 
94
                                                           GtkWidget *widget);
91
95
 
92
96
void     ubuntuone_show_error_dialog (UbuntuOneNautilus *uon, const gchar *title, const gchar *error_message, ...);
93
97