Function
FoundryServiceAction
Declaration
void
(* FoundryServiceAction) (
FoundryService* self,
const char* action_name,
GVariant* param
)
Parameters
self-
Type:
FoundryServiceNo description available.
The data is owned by the caller of the function. action_name-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. param-
Type:
GVariantNo description available.
The data is owned by the caller of the function.