navit  0.5.3-trunk
config_.h File Reference

Go to the source code of this file.

Functions

struct configconfig_get (void)
 
void config_destroy (struct config *this_)
 
int config_get_attr (struct config *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
 
int config_set_attr (struct config *this_, struct attr *attr)
 
int config_add_attr (struct config *this_, struct attr *attr)
 
int config_remove_attr (struct config *this_, struct attr *attr)
 
struct attr_iterconfig_attr_iter_new (void *unused)
 
void config_attr_iter_destroy (struct attr_iter *iter)
 
struct configconfig_new (struct attr *parent, struct attr **attrs)
 

Variables

int main_argc
 
char *const * main_argv
 
struct configconfig
 
int configured
 
int config_empty_ok
 

Function Documentation

◆ config_add_attr()

int config_add_attr ( struct config this_,
struct attr attr 
)

◆ config_attr_iter_destroy()

void config_attr_iter_destroy ( struct attr_iter iter)

◆ config_attr_iter_new()

struct attr_iter* config_attr_iter_new ( void *  unused)

◆ config_destroy()

void config_destroy ( struct config this_)

References attr_list_free(), and exit.

Referenced by config_terminate().

◆ config_get()

◆ config_get_attr()

◆ config_new()

struct config* config_new ( struct attr parent,
struct attr **  attrs 
)

◆ config_remove_attr()

int config_remove_attr ( struct config this_,
struct attr attr 
)

◆ config_set_attr()

int config_set_attr ( struct config this_,
struct attr attr 
)

Variable Documentation

◆ config

struct config* config
extern

◆ config_empty_ok

int config_empty_ok
extern

◆ configured

int configured
extern

Referenced by osd_std_click().

◆ main_argc

int main_argc
extern

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Referenced by event_cocoa_main_loop_run(), and main_real().

◆ main_argv

char* const* main_argv
extern