[libsoup/wip/docs-updates: 1/9] docs: Document SoupCacheability




commit 3e45cf7e2dc96dc9084389ee00feca66d844d523
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Apr 14 12:26:11 2022 -0500

    docs: Document SoupCacheability

 libsoup/cache/soup-cache.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/libsoup/cache/soup-cache.c b/libsoup/cache/soup-cache.c
index 3b557186..42de3045 100644
--- a/libsoup/cache/soup-cache.c
+++ b/libsoup/cache/soup-cache.c
@@ -52,6 +52,16 @@
  * File-based cache for HTTP resources.
  */
 
+/**
+ * SoupCacheability:
+ * @SOUP_CACHE_CACHEABLE: The message should be cached
+ * @SOUP_CACHE_UNCACHEABLE: The message shouldn't be cached
+ * @SOUP_CACHE_INVALIDATES: The messages cache should be invalidated
+ * @SOUP_CACHE_VALIDATES: The messages cache should be updated
+ *
+ * Indicates if a message should or shouldn't be cached.
+ */
+
 static void soup_cache_session_feature_init (SoupSessionFeatureInterface *feature_interface, gpointer 
interface_data);
 
 static SoupContentProcessorInterface *soup_cache_default_content_processor_interface;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]