navit 0.5.3-trunk
Loading...
Searching...
No Matches
announcement.h
Go to the documentation of this file.
1
20#ifndef __NAVIT_ANNOUNCEMENT_H_
21#define __NAVIT_ANNOUNCEMENT_H_
22
23#include "attr.h"
24
25struct announcement *announcement_new(struct attr *parent, struct attr **attrs);
26int announcement_get_attr(struct announcement *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
27int announcement_set_attr(struct announcement *this_, struct attr *attr);
28int announcement_add_attr(struct announcement *this_, struct attr *attr);
29int announcement_remove_attr(struct announcement *this_, struct attr *attr);
30
31#endif // __NAVIT_ANNOUNCEMENT_H_
int announcement_get_attr(struct announcement *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
Definition announcement.c:40
int announcement_set_attr(struct announcement *this_, struct attr *attr)
Definition announcement.c:44
int announcement_add_attr(struct announcement *this_, struct attr *attr)
Definition announcement.c:49
int announcement_remove_attr(struct announcement *this_, struct attr *attr)
Definition announcement.c:54
struct announcement * announcement_new(struct attr *parent, struct attr **attrs)
Definition announcement.c:29
attr_type
Definition attr_type_def.h:11
char type[3]
Definition garmin_img.c:2
struct navit struct traffic_methods struct attr ** attrs
Definition plugin_def.h:36
Definition announcement.c:25
Definition config_.c:45
Definition attr.h:138
Definition gpx2navit_txt.h:50