Config.listSections

Returns a GList containing the names of all the sections available under the given root directory. To free the returned value, you can use gda_config_free_list.

class Config
static
listSections
(
string path
)

Parameters

path string

path for root dir.

Return Value

Type: ListG

a list containing all the section names.

Meta