ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Struktury danych | Definicje typów | Funkcje | Zmienne
Dokumentacja pliku metacontacts.h
#include "dynstuff.h"

Idź do kodu źródłowego tego pliku.

Struktury danych

struct  metacontact_item
 
struct  metacontact
 

Definicje typów

typedef struct metacontact_item metacontact_item_t
 
typedef struct metacontact metacontact_t
 

Funkcje

metacontact_tmetacontact_add (const char *name)
 
metacontact_tmetacontact_find (const char *name)
 
metacontact_item_tmetacontact_find_prio (metacontact_t *m)
 
void metacontact_init ()
 
void metacontacts_destroy ()
 
void metacontact_write ()
 
int metacontact_read ()
 

Zmienne

metacontact_tmetacontacts
 

Dokumentacja definicji typów

typedef struct metacontact metacontact_t

Dokumentacja funkcji

metacontact_t* metacontact_add ( const char *  name)
metacontact_t* metacontact_find ( const char *  name)
metacontact_item_t* metacontact_find_prio ( metacontact_t m)
void metacontact_init ( )
int metacontact_read ( )
void metacontact_write ( )
void metacontacts_destroy ( )

Dokumentacja zmiennych

metacontact_t* metacontacts