| Guifications Library Reference Manual |
|---|
GfLogFileGfLogFile — GfLogFile Object API |
GfLogFile;
GfLog* gf_log_file_new (const gchar *filename);
const gchar* gf_log_file_get_filename (const GfLogFile *log);
typedef struct _GfLogFile GfLogFile;
GfLogFile is an opaque structure that should not be used directly.
GfLog* gf_log_file_new (const gchar *filename);
Creates a new GfLogFile instance.
filename : |
The name of the file to log to. |
| Returns : | The new GfLogFile instance. |
| << GfLog | Encryption/Hashing >> |