Method
Gdk.ContentProvider.get_value
Declaration [src]
gboolean
gdk_content_provider_get_value (
GdkContentProvider* provider,
GValue* value,
GError** error
)
Description [src]
Gets the contents of provider
stored in value
.
The value
will have been initialized to the GType
the value should be
provided in. This given GType
does not need to be listed in the formats
returned by gdk_content_provider_ref_formats()
. However, if the
given GType
is not supported, this operation can fail and