Method
FoundryTweakProviderregister
Declaration [src]
guint
foundry_tweak_provider_register (
FoundryTweakProvider* self,
const char* gettext_package,
const char* base_path,
const FoundryTweakInfo* info,
guint n_infos,
const char* const* environment
)
Parameters
gettext_package-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. base_path-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. info-
Type:
FoundryTweakInfoNo description available.
The data is owned by the caller of the method. n_infos-
Type:
guintNo description available.
environment-
Type:
const char* const*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.