summaryrefslogtreecommitdiff
path: root/panels/sharing/cc-remote-login.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-01-31 12:05:44 +0000
committerBastien Nocera <hadess@hadess.net>2013-01-31 15:11:27 +0100
commit2bbac66dcba8d822aac29bdd6107365851bf007c (patch)
treeb388a2cb9c52645d0f3923500c9223ad72d528cb /panels/sharing/cc-remote-login.h
parentb489f0d24ca1d1d872cd9f89cf205ed928ce2860 (diff)
downloadgnome-control-center-2bbac66dcba8d822aac29bdd6107365851bf007c.tar.gz
sharing: hide the remote login button if the service is not available
https://bugzilla.gnome.org/show_bug.cgi?id=692047
Diffstat (limited to 'panels/sharing/cc-remote-login.h')
-rw-r--r--panels/sharing/cc-remote-login.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/panels/sharing/cc-remote-login.h b/panels/sharing/cc-remote-login.h
index 64bcf2e56..91879b773 100644
--- a/panels/sharing/cc-remote-login.h
+++ b/panels/sharing/cc-remote-login.h
@@ -24,7 +24,10 @@
#include <gtk/gtk.h>
-void cc_remote_login_get_enabled (GtkSwitch *gtkswitch);
-void cc_remote_login_set_enabled (GtkSwitch *gtkswitch);
+void cc_remote_login_get_enabled (GCancellable *cancellable,
+ GtkSwitch *gtkswitch,
+ GtkWidget *button);
+void cc_remote_login_set_enabled (GCancellable *cancellable,
+ GtkSwitch *gtkswitch);
#endif /* __CC_REMOTE_LOGIN_H__ **/