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: An array of
FoundryTweakInfoNo description available.
The argument can be NULL.The length of the array is specified in the n_infosargument.The data is owned by the caller of the method. n_infos-
Type:
guintNo description available.
environment-
Type: An array of
char*No description available.
The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string.