Class method

GomResourceClassset_property_from_bytes

Declaration [src]

void
gom_resource_class_set_property_from_bytes (
  GomResourceClass* resource_class,
  const gchar* property_name,
  GomResourceFromBytesFunc from_bytes_func,
  GDestroyNotify notify
)

Description

No description available.

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.
from_bytes_func

Type: GomResourceFromBytesFunc

No description available.

notify

Type: GDestroyNotify

No description available.