SyncdaemonConfig
SyncdaemonConfig
|
|
Details
SyncdaemonConfigInterface
typedef struct _SyncdaemonConfigInterface SyncdaemonConfigInterface;
SyncdaemonConfigInterfaceClass
typedef struct {
SyncdaemonInterfaceClass parent_class;
} SyncdaemonConfigInterfaceClass;
syncdaemon_config_interface_get_bandwidth_throttling ()
gboolean syncdaemon_config_interface_get_bandwidth_throttling
(SyncdaemonConfigInterface *interface);
syncdaemon_config_interface_set_bandwidth_throttling ()
void syncdaemon_config_interface_set_bandwidth_throttling
(SyncdaemonConfigInterface *interface,
gboolean enabled);
syncdaemon_config_interface_get_files_sync ()
gboolean syncdaemon_config_interface_get_files_sync
(SyncdaemonConfigInterface *interface);
syncdaemon_config_interface_set_files_sync ()
void syncdaemon_config_interface_set_files_sync
(SyncdaemonConfigInterface *interface,
gboolean enabled);
syncdaemon_config_interface_get_throttling_limits ()
void syncdaemon_config_interface_get_throttling_limits
(SyncdaemonConfigInterface *interface,
gint *download,
gint *upload);
syncdaemon_config_interface_set_throttling_limits ()
void syncdaemon_config_interface_set_throttling_limits
(SyncdaemonConfigInterface *interface,
gint download,
gint upload);
syncdaemon_config_interface_get_udf_autosubscribe ()
gboolean syncdaemon_config_interface_get_udf_autosubscribe
(SyncdaemonConfigInterface *interface);
syncdaemon_config_interface_set_udf_autosubscribe ()
void syncdaemon_config_interface_set_udf_autosubscribe
(SyncdaemonConfigInterface *interface,
gboolean enabled);
SyncdaemonConfigInterfacePrivate
typedef struct _SyncdaemonConfigInterfacePrivate SyncdaemonConfigInterfacePrivate;