ekg2  GIT master
Funkcje
Dokumentacja pliku configfile.h
#include "plugins.h"
Wykres zależności załączania dla configfile.h:
Ten wykres pokazuje, które pliki bezpośrednio lub pośrednio załączają ten plik:

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

◆ config_commit()

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.

◆ config_open()

gboolean GObject* config_open ( const gchar *  path_format,
const gchar *  mode,
  ... 
)

◆ config_postread()

void config_postread ( )

◆ config_read()

int config_read ( const gchar *  plugin_name)

◆ config_read_plugins()

int config_read_plugins ( )

◆ config_write()

void config_write ( )

◆ config_write_partly()

int config_write_partly ( plugin_t plugin,
const char **  vars 
)

◆ debug_write_crash()

void debug_write_crash ( )

◆ ekg_fprintf()

gboolean ekg_fprintf ( GOutputStream *  f,
const gchar *  format,
  ... 
)