]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Add po_file_create documentation
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>
Sun, 5 May 2019 18:09:56 +0000 (20:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Jul 2020 16:35:45 +0000 (18:35 +0200)
* gettext-tools/doc/gettext.texi (libgettextpo): Add po_file_create
documentation.

gettext-tools/doc/gettext.texi

index 2937f009ce307d6d966338c21f4d5a0facbdc99b..c0fed9ee656bbc2d9fec4b3711b0411356f70c04 100644 (file)
@@ -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,