Method

GLibKeyFileref

since: 2.32

Declaration

GKeyFile*
g_key_file_ref (
  GKeyFile* key_file
)

Description

Increases the reference count of key_file.

Available since: 2.32

This method is not directly available to language bindings.

Return value

Type: GKeyFile

The same key_file.

The caller of the method takes ownership of the data, and is responsible for freeing it.