From d428294888871b513716279103fed26f920924e8 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 25 Jun 2022 08:56:09 -0400 Subject: update apidox --- apidocs/icalbdbset_8h_source.html | 43 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'apidocs/icalbdbset_8h_source.html') diff --git a/apidocs/icalbdbset_8h_source.html b/apidocs/icalbdbset_8h_source.html index 1e155cdb..7f569844 100644 --- a/apidocs/icalbdbset_8h_source.html +++ b/apidocs/icalbdbset_8h_source.html @@ -152,18 +152,18 @@ $(function() {
84 is freed. Commit writes to disk immediately. */
85LIBICAL_ICALSS_EXPORT void icalbdbset_mark(icalset *set);
86
-
87LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_commit(icalset *set);
+
87LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_commit(icalset *set);
88
-
89LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_add_component(icalset *set, icalcomponent *child);
+
89LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_add_component(icalset *set, icalcomponent *child);
90
-
91LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_remove_component(icalset *set,
+
91LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_remove_component(icalset *set,
92 icalcomponent *child);
93
94LIBICAL_ICALSS_EXPORT int icalbdbset_count_components(icalset *set, icalcomponent_kind kind);
95
96/* Restrict the component returned by icalbdbset_first, _next to those
97 that pass the gauge. _clear removes the gauge */
-
98LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_select(icalset *store, icalgauge *gauge);
+
98LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_select(icalset *store, icalgauge *gauge);
99
100LIBICAL_ICALSS_EXPORT void icalbdbset_clear(icalset *store);
101
@@ -175,13 +175,13 @@ $(function() {
107
108LIBICAL_ICALSS_EXPORT icalcomponent *icalbdbset_fetch_match(icalset *set, icalcomponent *c);
109
-
110LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_modify(icalset *set, icalcomponent *old,
+
110LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_modify(icalset *set, icalcomponent *old,
111 icalcomponent *newc);
112
113/* cluster management functions */
-
114LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_set_cluster(icalset *set, icalcomponent *cluster);
+
114LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_set_cluster(icalset *set, icalcomponent *cluster);
115
-
116LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_free_cluster(icalset *set);
+
116LIBICAL_ICALSS_EXPORT icalerrorenum icalbdbset_free_cluster(icalset *set);
117
118LIBICAL_ICALSS_EXPORT icalcomponent *icalbdbset_get_cluster(icalset *set);
119
@@ -221,33 +221,34 @@ $(function() {
153 const char *subdb,
154 int type, int mode, u_int32_t flag);
155
-
156typedef struct icalbdbset_options
+
156typedef struct icalbdbset_options
157{
-
158 icalbdbset_subdb_type subdb;
-
159 int dbtype;
-
160 int mode;
-
161 u_int32_t flag;
-
162 char *(*pfunc) (const DBT *dbt);
+
158 icalbdbset_subdb_type subdb;
+
159 int dbtype;
+
160 int mode;
+
161 u_int32_t flag;
+
162 char *(*pfunc) (const DBT *dbt);
164 int (*callback) (DB *db,
166 const DBT *dbt1, const DBT *dbt2, DBT *dbt3);
167} icalbdbset_options;
168
169#endif /* !ICALBDBSET_H */
+
icalerrorenum
Represents the different types of errors that can be triggered in libical.
Definition: icalerror.h:67
Definition: icalbdbsetimpl.h:20
-
Definition: icalss.h:636
-
int dbtype
Definition: icalss.h:638
-
u_int32_t flag
Definition: icalss.h:640
-
icalbdbset_subdb_type subdb
Definition: icalss.h:637
-
int mode
Definition: icalss.h:639
+
Definition: icalbdbset.h:157
+
int dbtype
Definition: icalbdbset.h:159
+
u_int32_t flag
Definition: icalbdbset.h:161
+
icalbdbset_subdb_type subdb
Definition: icalbdbset.h:158
+
int mode
Definition: icalbdbset.h:160
Definition: icalcomponent.c:28
Definition: icalgaugeimpl.h:47
-
Definition: icalss.h:78
-
Definition: icalss.h:70
+
Definition: icalset.h:52
+
Definition: icalset.h:43
-- cgit v1.2.1