Method

GLibKeyFilefree

since: 2.6

Declaration

void
g_key_file_free (
  GKeyFile* key_file
)

Description

Clears all keys and groups from key_file, and decreases the reference count by 1. If the reference count reaches zero, frees the key file and all its allocated memory.

Available since: 2.6

This method is not directly available to language bindings.