* po_message_t API:: The basic units of the file
* PO Header Entry API:: Meta information of the file
* po_filepos_t API:: References to the sources
+* Format Type API:: Supported format types
@end menu
The following example shows code how these functions can be used. Error
number is not available.
@end deftypefun
+@node Format Type API
+@subsection Format Type API
+
+@deftypefun {const char * const *} po_format_list (void)
+Return a @code{NULL} terminated array of the supported format types.
+@end deftypefun
+
+@deftypefun {const char *} po_format_pretty_name (const char *@var{format_type})
+Return the pretty name associated with @var{format_type}. For example,
+it returns ``C#'' when @var{format_type} is ``csharp_format''.
+Return @code{NULL} if @var{format_type} is not a supported format type.
+@end deftypefun
+
@node Binaries
@chapter Producing Binary MO Files