navit 0.5.3-trunk
Loading...
Searching...
No Matches
announcement.h
Go to the documentation of this file.
1
20struct announcement * announcement_new(struct attr *parent, struct attr **attrs);
21int announcement_get_attr(struct announcement *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
22int announcement_set_attr(struct announcement *this_, struct attr *attr);
23int announcement_add_attr(struct announcement *this_, struct attr *attr);
24int 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_type_def.h:11
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:136
Definition gpx2navit_txt.h:51