OpenVAS Libraries  7.0.6
Functions
hash_table_file.h File Reference
#include <glib.h>

Go to the source code of this file.

Functions

GHashTable * hash_table_file_read_text (const char *text, gsize length)
 Reads key/value pairs (strings) from a text into a GHashtable. More...
 

Detailed Description

Protos for module hash_table_file.c.

Function Documentation

GHashTable* hash_table_file_read_text ( const char *  text,
gsize  length 
)

Reads key/value pairs (strings) from a text into a GHashtable.

The text has to follow freedesktop.org specifications (e.g. be the text of a ini- file).

Parameters
textThe text to use.
lengthLenght of text.
Returns
A GHashTable, mirroring the text or NULL in case of an error.
See also
GKeyFile