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