navit  0.5.3-trunk
atom.c File Reference
#include <glib.h>
#include "atom.h"

Functions

char * atom_lookup (char *name)
 
char * atom (char *name)
 
void atom_init (void)
 

Variables

static GHashTable * atom_hash
 

Function Documentation

◆ atom()

char* atom ( char *  name)

References atom_hash, atom_lookup(), and name.

Referenced by file_create(), and font_freetype_font_new().

◆ atom_init()

void atom_init ( void  )

References atom_hash.

Referenced by main_real().

◆ atom_lookup()

char* atom_lookup ( char *  name)

References atom_hash, and name.

Referenced by atom().

Variable Documentation

◆ atom_hash

GHashTable* atom_hash
static

Referenced by atom(), atom_init(), and atom_lookup().