summaryrefslogtreecommitdiff
path: root/navit/roadprofile.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-12-15 22:47:58 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-12-15 22:47:58 +0000
commit39b2b37e6417d77aa457dd568d45f7649fe78e74 (patch)
treecf9da41822bdb918eec5b259a996ef0f859f2e2d /navit/roadprofile.c
parentb13621b3a5451393523afccd503fef0aa57594f2 (diff)
downloadnavit-svn-39b2b37e6417d77aa457dd568d45f7649fe78e74.tar.gz
Add:binding_dbus:Implemented attribute iter for roadprofile
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5295 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/roadprofile.c')
-rw-r--r--navit/roadprofile.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/navit/roadprofile.c b/navit/roadprofile.c
index 8fa617c1..99037728 100644
--- a/navit/roadprofile.c
+++ b/navit/roadprofile.c
@@ -81,3 +81,14 @@ roadprofile_remove_attr(struct roadprofile *this_, struct attr *attr)
return 1;
}
+struct attr_iter *
+roadprofile_attr_iter_new(void)
+{
+ return g_new0(void *,1);
+}
+
+void
+roadprofile_attr_iter_destroy(struct attr_iter *iter)
+{
+ g_free(iter);
+}