Constructor
GdkContentProvidernew_typed
Declaration [src]
GdkContentProvider*
gdk_content_provider_new_typed (
  GType type,
  ...
)
Description [src]
Create a content provider that provides the value of the given
type.
The value is provided using G_VALUE_COLLECT(), so the same rules apply as when calling g_object_new() or g_object_set().
Return value
| Returns: | GdkContentProvider | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |