Includes
#include <libglabels/lgl-vendor.h>
 
Functions
lgl_vendor_new ()
lglVendor *
lgl_vendor_new (gchar *name);
Allocates and constructs a new lglVendor structure.
Returns
 a pointer to a newly allocated lglVendor structure.
 
 
lgl_vendor_free ()
void
lgl_vendor_free (lglVendor *vendor);
Free all memory associated with an existing lglVendor structure.
 
 
Types and Values
struct lglVendor
struct lglVendor {
        gchar               *name;           /* Vendor name */
        gchar               *url;            /* Vendor URL */
};