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

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

Funkcje

void config_postread ()
 
gboolean ekg_fprintf (GOutputStream *f, const gchar *format,...) G_GNUC_PRINTF(2
 
gboolean GObject * config_open (const gchar *path_format, const gchar *mode,...) G_GNUC_PRINTF(1
 
gboolean GObject gboolean config_commit (void)
 
int config_read (const gchar *plugin_name)
 
int config_read_plugins ()
 
void config_write ()
 
int config_write_partly (plugin_t *plugin, const char **vars)
 
void debug_write_crash ()
 

Dokumentacja funkcji

gboolean GObject gboolean config_commit ( void  )

config_commit()

Close all configuration files open for writing, and commit changes to them if written successfully. Otherwise, just leave old files intact.

Zwraca
TRUE if new config was saved, FALSE otherwise.
gboolean GObject* config_open ( const gchar *  path_format,
const gchar *  mode,
  ... 
)
void config_postread ( )
int config_read ( const gchar *  plugin_name)
int config_read_plugins ( )
void config_write ( )
int config_write_partly ( plugin_t plugin,
const char **  vars 
)
void debug_write_crash ( )
gboolean ekg_fprintf ( GOutputStream *  f,
const gchar *  format,
  ... 
)