summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-06 17:39:03 +0200
committerVictor Toso <victortoso@gnome.org>2022-08-12 08:07:19 +0000
commit116a19256b1c63e75aa43eeecae084d5b1af6fcf (patch)
treeae1d12f5d628edc524f2f69374191b3fa0e4b0f3
parent78887b0ed9ae50d92dd6261685bd33cf0e8606e5 (diff)
downloadgrilo-116a19256b1c63e75aa43eeecae084d5b1af6fcf.tar.gz
net: Document changed "throttling" property behaviour
We needed to change the runtime behaviour when compiled against libsoup3 to avoid an API/ABI change.
-rw-r--r--libs/net/grl-net-wc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/net/grl-net-wc.c b/libs/net/grl-net-wc.c
index 20de7a9..d49351d 100644
--- a/libs/net/grl-net-wc.c
+++ b/libs/net/grl-net-wc.c
@@ -129,6 +129,10 @@ grl_net_wc_class_init (GrlNetWcClass *klass)
*
* The timeout in seconds between connections. All the connections will be
* queued and each one will be dispatched after waiting this value.
+ *
+ * Note that if the grl-net library was compiled against libsoup3, changing
+ * the throttling configuration will show a warning if done after the first
+ * request.
*/
g_object_class_install_property (g_klass,
PROP_THROTTLING,
@@ -1099,6 +1103,10 @@ grl_net_wc_set_log_level (GrlNetWc *self,
*
* Setting this property, the #GrlNetWc will queue all the requests and
* will dispatch them with a pause between them of this value.
+ *
+ * Note that if the grl-net library was compiled against libsoup3, changing
+ * the throttling configuration will show a warning if done after the first
+ * request.
*/
void
grl_net_wc_set_throttling (GrlNetWc *self,