| LibGlabels 3.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <libglabels/lgl-vendor.h> struct lglVendor; lglVendor * lgl_vendor_new (gchar *name); lglVendor * lgl_vendor_dup (const lglVendor *orig); void lgl_vendor_free (lglVendor *vendor);
lglVendor * lgl_vendor_new (gchar *name);
Allocates and constructs a new lglVendor structure.
|
Localized name of vendor. |
Returns : |
a pointer to a newly allocated lglVendor structure. |
lglVendor * lgl_vendor_dup (const lglVendor *orig);
Duplicates an existing lglVendor structure.