>From 289dfddc9a220a29276650bd40511ffc84b78a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Sun, 5 May 2019 20:09:56 +0200 Subject: [PATCH 01/15] doc: Add po_file_create documentation * gettext-tools/doc/gettext.texi (libgettextpo): Add po_file_create documentation. --- gettext-tools/doc/gettext.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index f9b40441f..2dc34ec47 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -5287,6 +5287,11 @@ This is a pointer type that refers to a message of a PO file, including its translation. @end deftp address@hidden po_file_t po_file_create () +The @code{po_file_create} creates an empty PO file representation in +memory. address@hidden deftypefun + @deftypefun po_file_t po_file_read (const char address@hidden) The @code{po_file_read} function reads a PO file into memory. The file name is given as argument. The return value is a handle to the PO file's contents, -- 2.21.0