about summary refs log tree commit diff stats
path: root/gemtext_list_free.3
diff options
context:
space:
mode:
authorAli Fardan <raiz@stellarbound.space>2020-10-23 08:04:20 +0300
committerAli Fardan <raiz@stellarbound.space>2020-10-23 08:04:20 +0300
commit3f2b7b2eb305f9ed9840b2daf5476c693b434628 (patch)
treef9a6be2e628c392fc560229f82710888a2b76a2a /gemtext_list_free.3
parent2024b2562ad83a04fbfb6699ca8dc4b877a676e4 (diff)
downloadlibgemtext-3f2b7b2eb305f9ed9840b2daf5476c693b434628.tar.gz
- rename previous gemtext_decode() family of functions to gemtext_list_decode()
- change behavior of gemtext_decode family of functions to handle struct gemtext* only
- introduce new gemtext_list_decode() family of functions to handle lists of struct gemtext*
- rename previous gemtext_encode() family of functions to gemtext_list_encode()
- change behavior of gemtext_encode family of functions to handle  struct gemtext* only
- introduce new gemtext_list_encode() family of functions to handle lists of struct gemtext*
- reexport gemtext_free()
- update manpages
Diffstat (limited to 'gemtext_list_free.3')
-rw-r--r--gemtext_list_free.325
1 files changed, 0 insertions, 25 deletions
diff --git a/gemtext_list_free.3 b/gemtext_list_free.3
deleted file mode 100644
index 86a92d6..0000000
--- a/gemtext_list_free.3
+++ /dev/null
@@ -1,25 +0,0 @@
-.Dd 2020-10-22
-.Dt gemtext 3
-.Os
-.Sh NAME
-.Nm gemtext_list_free
-.Nd free gemtext list
-.Sh SYNOPSIS
-.In gemtext.h
-.Ft int
-.Fn gemtext_list_free "struct gemtext **list"
-.Sh DESCRIPTION
-.Fn gemtext_list_free
-frees the list of
-.Em struct gemtext*
-specified in
-.Em list .
-.Sh SEE ALSO
-.Xr gemtext_decode 3 ,
-.Xr gemtext_decode_fd 3 ,
-.Xr gemtext_decode_file 3 ,
-.Xr gemtext_encode 3 ,
-.Xr gemtext_encode_fd 3 ,
-.Xr gemtext_encode_file 3 .
-.Sh AUTHORS
-.An Ali Fardan Aq Mt raiz@stellarbound.space