Method
GdkContentDeserializerreturn_error
Declaration [src]
void
gdk_content_deserializer_return_error (
  GdkContentDeserializer* deserializer,
  GError* error
)
Description [src]
Indicate that the deserialization has ended with an error.
This function consumes error.
Parameters
- error
- 
            Type: GErrorA GError.The instance takes ownership of the data, and is responsible for freeing it.