|  |  |  | libsyncdaemon Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
SyncdaemonConfigInterface; SyncdaemonConfigInterfaceClass; gboolean syncdaemon_config_interface_get_bandwidth_throttling (SyncdaemonConfigInterface *interface); gboolean syncdaemon_config_interface_get_files_sync (SyncdaemonConfigInterface *interface); void syncdaemon_config_interface_get_throttling_limits (SyncdaemonConfigInterface *interface,gint *download,gint *upload); gboolean syncdaemon_config_interface_get_udf_autosubscribe (SyncdaemonConfigInterface *interface); SyncdaemonConfigInterface * syncdaemon_config_interface_new (SyncdaemonDaemon *daemon); void syncdaemon_config_interface_set_bandwidth_throttling (SyncdaemonConfigInterface *interface,gboolean enabled); void syncdaemon_config_interface_set_files_sync (SyncdaemonConfigInterface *interface,gboolean enabled); void syncdaemon_config_interface_set_throttling_limits (SyncdaemonConfigInterface *interface,gint download,gint upload); void syncdaemon_config_interface_set_udf_autosubscribe (SyncdaemonConfigInterface *interface,gboolean enabled);
typedef struct {
	SyncdaemonInterfaceClass parent_class;
} SyncdaemonConfigInterfaceClass;
gboolean            syncdaemon_config_interface_get_bandwidth_throttling
                                                        (SyncdaemonConfigInterface *interface);
gboolean            syncdaemon_config_interface_get_files_sync
                                                        (SyncdaemonConfigInterface *interface);
void syncdaemon_config_interface_get_throttling_limits (SyncdaemonConfigInterface *interface,gint *download,gint *upload);
gboolean            syncdaemon_config_interface_get_udf_autosubscribe
                                                        (SyncdaemonConfigInterface *interface);
SyncdaemonConfigInterface * syncdaemon_config_interface_new
                                                        (SyncdaemonDaemon *daemon);
void syncdaemon_config_interface_set_bandwidth_throttling (SyncdaemonConfigInterface *interface,gboolean enabled);
void syncdaemon_config_interface_set_files_sync (SyncdaemonConfigInterface *interface,gboolean enabled);
void syncdaemon_config_interface_set_throttling_limits (SyncdaemonConfigInterface *interface,gint download,gint upload);
void syncdaemon_config_interface_set_udf_autosubscribe (SyncdaemonConfigInterface *interface,gboolean enabled);