X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=docs%2Flibglabels%2Fhtml%2Flibglabels-3.0-xml-category.html;fp=docs%2Flibglabels%2Fhtml%2Flibglabels-3.0-xml-category.html;h=6b668cf605d503295aad56fbaee10f79111c8ef6;hp=0476fb871080b0f87f359ee8ed6c2e533c3246d5;hb=3a3a8a58b7539da4d1f1ac5e7f1675cff1269901;hpb=c84c942a262c1bb22d8e0bc7d7808f11209c8f8b diff --git a/docs/libglabels/html/libglabels-3.0-xml-category.html b/docs/libglabels/html/libglabels-3.0-xml-category.html index 0476fb87..6b668cf6 100644 --- a/docs/libglabels/html/libglabels-3.0-xml-category.html +++ b/docs/libglabels/html/libglabels-3.0-xml-category.html @@ -2,30 +2,27 @@ -XML Category Functions - +LibGlabels 3.0 Reference Manual: XML Category Functions + - + - - - - - - - - - - + + + + + + +
@@ -33,19 +30,51 @@

XML Category Functions

XML Category Functions — Functions to parse glabels XML category definition files

- +
-
-

Synopsis

-
-#include <libglabels/lgl-xml-category.h>
-
-GList *             lgl_xml_category_read_categories_from_file
-                                                        (gchar *utf8_filename);
-GList *             lgl_xml_category_parse_categories_doc
-                                                        (xmlDocPtr categories_doc);
-lglCategory *       lgl_xml_category_parse_category_node
-                                                        (xmlNodePtr category_node);
+
+

Functions

+
++++ + + + + + + + + + + + + + + +
+GList * + +lgl_xml_category_read_categories_from_file () +
+GList * + +lgl_xml_category_parse_categories_doc () +
+lglCategory * + +lgl_xml_category_parse_category_node () +
+
+
+

Object Hierarchy

+
+
+
+
+

Includes

+
#include <libglabels/lgl-xml-category.h>
 
@@ -56,77 +85,96 @@ XML category definition files.

-

Details

+

Functions

-

lgl_xml_category_read_categories_from_file ()

-
GList *             lgl_xml_category_read_categories_from_file
-                                                        (gchar *utf8_filename);
-

-Read category definitions from a file. -

-
-- - - - - - - - - - +

lgl_xml_category_read_categories_from_file ()

+
GList *
+lgl_xml_category_read_categories_from_file
+                               (gchar *utf8_filename);
+

Read category definitions from a file.

+
+

Parameters

+

utf8_filename :

Filename of categories file (name encoded as UTF-8)

Returns :

a list of lglCategory structures.
+++++ + + + + +

utf8_filename

Filename of categories file (name encoded as UTF-8)

 
+
+

Returns

+

a list of lglCategory structures.

+

+
+

-

lgl_xml_category_parse_categories_doc ()

-
GList *             lgl_xml_category_parse_categories_doc
-                                                        (xmlDocPtr categories_doc);
-

-Read category definitions from a libxml xmlDocPtr tree. -

-
-- - - - - - - - - - +

lgl_xml_category_parse_categories_doc ()

+
GList *
+lgl_xml_category_parse_categories_doc (xmlDocPtr categories_doc);
+

Read category definitions from a libxml xmlDocPtr tree.

+
+

Parameters

+

categories_doc :

libxml xmlDocPtr tree, representing a categories -definition file.

Returns :

a list of lglCategory structures.
+++++ + + + + +

categories_doc

libxml xmlDocPtr tree, representing a categories +definition file.

 
+
+

Returns

+

a list of lglCategory structures.

+

+
+

-

lgl_xml_category_parse_category_node ()

-
lglCategory *       lgl_xml_category_parse_category_node
-                                                        (xmlNodePtr category_node);
-

-Read a single category definition from a libxml xmlNodePtr node. -

-
-- - - - - - - - - - +

lgl_xml_category_parse_category_node ()

+
lglCategory *
+lgl_xml_category_parse_category_node (xmlNodePtr category_node);
+

Read a single category definition from a libxml xmlNodePtr node.

+
+

Parameters

+

category_node :

libxml xmlNodePtr category node from a xmlDocPtr tree.

Returns :

a pointer to a newly created lglCategory structure.
+++++ + + + + +

category_node

libxml xmlNodePtr category node from a xmlDocPtr tree.

 
+
+

Returns

+

a pointer to a newly created lglCategory structure.

+

+
+
+ +
+

Types and Values

+ Generated by GTK-Doc V1.20 \ No newline at end of file