From: Miguel Ángel Arruga Vivas Date: Sun, 5 May 2019 18:09:56 +0000 (+0200) Subject: doc: Add po_file_create documentation X-Git-Tag: v0.21~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492cc47e7389dd4f9d395551f06385a249c11c4f;p=thirdparty%2Fgettext.git doc: Add po_file_create documentation * gettext-tools/doc/gettext.texi (libgettextpo): Add po_file_create documentation. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 2937f009c..c0fed9ee6 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -5345,6 +5345,11 @@ This is a pointer type that refers to a message of a PO file, including its translation. @end deftp +@deftypefun po_file_t po_file_create () +The @code{po_file_create} creates an empty PO file representation in +memory. +@end deftypefun + @deftypefun po_file_t po_file_read (const char *@var{filename}) 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,