aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-18 18:36:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-18 18:36:01 +0200
commit5c72fefdb87705f5277594fd33e70719e1e1e69f (patch)
tree2c1375686604897fe66b8e1c9b81fcb83ff8e8c0
parentUpdate test cases from RFC 4791 to be parsable by Guile. (diff)
downloadcalp-5c72fefdb87705f5277594fd33e70719e1e1e69f.tar.gz
calp-5c72fefdb87705f5277594fd33e70719e1e1e69f.tar.xz
Fix function tags in save-load.texi.
-rw-r--r--doc/ref/guile/save-load.texi28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/ref/guile/save-load.texi b/doc/ref/guile/save-load.texi
index f7d63ca6..136b2f39 100644
--- a/doc/ref/guile/save-load.texi
+++ b/doc/ref/guile/save-load.texi
@@ -12,14 +12,14 @@ Which module corresponds to what file type is currently defined out of band.
Each module should expose the following procedures.
-@deffn serialize component port
+@defun serialize component port
Write a serialized representation of @var{component} to @var{port}.
-@end deffn
+@end defun
-@deffn deserialize port
+@defun deserialize port
Read a serialized representation of a component from @var{port}, and
return the deserialized instance of this object.
-@end deffn
+@end defun
@subsubsection iCalendar
RFC 5545
@@ -35,25 +35,25 @@ needed information from the high level view.
@c (make <calendar-store> #:path ``hello'')
-@deffn path store
-@end deffn
+@defun path store
+@end defun
-@deffn get-calendar this
+@deftp {GOOPS method} get-calendar this
Returns a vcomponent object of type @code{VCALENDAR}. Should contain
all @code{VEVENT} components of this calendar.
-@end deffn
+@end deftp
-@deffn get-by-uid this uid
+@deftp {GOOPS method} get-by-uid this uid
Return the event object with UID equal to the string @var{uid}.
-@end deffn
+@end deftp
-@deffn queue-save this event
+@deftp {GOOPS method} queue-save this event
Queue a save event of @var{event} to the store.
-@end deffn
+@end deftp
-@deffn flush this
+@deftp {GOOPS method} flush this
Force write of all queued actions.
-@end deffn
+@end deftp
@subsubsection VDir
[VDIR]: http://vdirsyncer.pimutils.org/en/latest/vdir.html