Method

FoundrySdkset_arch

Declaration [src]

void
foundry_sdk_set_arch (
  FoundrySdk* self,
  const char* arch
)

Description [src]

Set the architecture of the SDK.

This should only be called by FoundrySdkProvider classes.

Sets propertyFoundry.Sdk:arch

Parameters

arch

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.