X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=docs%2Flibglabels%2Ftmpl%2Fdb.sgml;fp=docs%2Flibglabels%2Ftmpl%2Fdb.sgml;h=0000000000000000000000000000000000000000;hp=bc3d006a8e4fd3a8f52f61ab53624558b0803139;hb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce;hpb=80f8b7f229a635ac0bdcbe81cc260ab37a55d32e diff --git a/docs/libglabels/tmpl/db.sgml b/docs/libglabels/tmpl/db.sgml deleted file mode 100644 index bc3d006a..00000000 --- a/docs/libglabels/tmpl/db.sgml +++ /dev/null @@ -1,423 +0,0 @@ - -Database - - -Database of pre-defined templates - - - -This section describes a set of functions to locate and add templates and related information in -the LibGlabels template database. - - - - - - - - - - - - - - - -This enumeration defines a set of possible return values for lgl_db_register_template(). - - -@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. - - - -This enumeration defines a set of possible return values for lgl_db_delete_template_by_name() or lgl_db_delete_template_by_brand_part(). - - -@LGL_DB_DELETE_OK: Deletion successful. -@LGL_DB_DELETE_DOES_NOT_EXIST: Deletion failed because template with given brand and part name/number does not exist. -@LGL_DB_DELETE_NOT_USER_DEFINED: Deletion failed because given template is not a user defined template. -@LGL_DB_DELETE_FILE_ERROR: Deletion failed because of an error while attempting to remove template from disk. - - - - - - -@void: - - - - -Defines the type of notify callback function to be called when database changes. - - -@user_data: Pointer to user data that is passed to the notify function. - - - - - - - -@func: -@user_data: -@Returns: - - - - - - - -@id: - - - - - - - -@void: -@Returns: - - - - - - - -@ids: - - - - - - - -@void: -@Returns: - - - - - - - -@names: - - - - - - - -@id: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@id: -@Returns: - - - - - - - -@id: -@Returns: - - - - - - - -@id: -@Returns: - - - - - - - -@void: -@Returns: - - - - - - - -@ids: - - - - - - - -@void: -@Returns: - - - - - - - -@names: - - - - - - - -@id: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@id: -@Returns: - - - - - - - -@id: -@Returns: - - - - - - - -@paper_id: -@category_id: -@Returns: - - - - - - - -@brands: - - - - - - - -@template: -@Returns: - - - - - - - -@brand: -@part: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@brand: -@part: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@brand: -@paper_id: -@category_id: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@names: - - - - - - - -@name: -@Returns: - - - - - - - -@brand: -@part: -@Returns: - - - - - - - -@void: -@Returns: - - - - - - - -@names: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@void: - - - - - - - -@void: - - - - - - - -@void: - - - - - - - -@void: - -