]> git.sur5r.net Git - glabels/blobdiff - glabels2/docs/libglabels/tmpl/db.sgml
2009-09-22 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / docs / libglabels / tmpl / db.sgml
index 734bb9c101c278d844088fb3c930fefcbfe6d4f9..3d5d2de3568f52670ccc86f2c90d1ed9ac64a688 100644 (file)
@@ -18,6 +18,16 @@ the LibGlabels template database.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### ENUM lglDbRegStatus ##### -->
+<para>
+This enumeration defines a set of possible return values for lgl_db_register_template().
+</para>
+
+@LGL_DB_REG_OK: Registration successful.
+@LGL_DB_REG_BAD_PAPER_ID:  Registration failed because paper id is unknown.
+@LGL_DB_REG_BRAND_PART_EXISTS: Registration failed because template with same brand and part name/number already exists.
+@LGL_DB_REG_FILE_WRITE_ERROR: Registration failed because an error while writing to disk.
+
 <!-- ##### FUNCTION lgl_db_init ##### -->
 <para>
 
@@ -212,6 +222,26 @@ the LibGlabels template database.
 </para>
 
 @template: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lgl_db_does_template_exist ##### -->
+<para>
+
+</para>
+
+@brand: 
+@part: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lgl_db_does_template_name_exist ##### -->
+<para>
+
+</para>
+
+@name: 
+@Returns: 
 
 
 <!-- ##### FUNCTION lgl_db_get_template_name_list_unique ##### -->