navit  0.5.3-trunk
announcement.h
Go to the documentation of this file.
1 
20 struct announcement * announcement_new(struct attr *parent, struct attr **attrs);
21 int announcement_get_attr(struct announcement *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
22 int announcement_set_attr(struct announcement *this_, struct attr *attr);
23 int announcement_add_attr(struct announcement *this_, struct attr *attr);
24 int announcement_remove_attr(struct announcement *this_, struct attr *attr);
int announcement_get_attr(struct announcement *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
Definition: announcement.c:41
int announcement_set_attr(struct announcement *this_, struct attr *attr)
Definition: announcement.c:45
int announcement_add_attr(struct announcement *this_, struct attr *attr)
Definition: announcement.c:50
int announcement_remove_attr(struct announcement *this_, struct attr *attr)
Definition: announcement.c:55
struct announcement * announcement_new(struct attr *parent, struct attr **attrs)
Definition: announcement.c:30
attr_type
Definition: attr.h:34
char type[3]
Definition: garmin_img.c:2
Definition: announcement.c:25
struct attr ** attrs
Definition: announcement.c:26
Definition: config_.c:47
Definition: attr.h:157
Definition: gpx2navit_txt.h:51