KeyFile.this

Creates a new empty GKeyFile object. Use g_key_file_load_from_file(), g_key_file_load_from_data(), g_key_file_load_from_dirs() or g_key_file_load_from_data_dirs() to read an existing key file. Since 2.6

  1. this(GKeyFile* gKeyFile)
  2. this()
    class KeyFile
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta