Class method

GomResourceClassset_property_transform

Declaration [src]

void
gom_resource_class_set_property_transform (
  GomResourceClass* resource_class,
  const gchar* property_name,
  GomResourceToBytesFunc to_bytes_func,
  GomResourceFromBytesFunc from_bytes_func
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

property_name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
to_bytes_func

Type: GomResourceToBytesFunc

No description available.

from_bytes_func

Type: GomResourceFromBytesFunc

No description available.