Method

GdkClipboardset_valist

Declaration [src]

void
gdk_clipboard_set_valist (
  GdkClipboard* clipboard,
  GType type,
  va_list args
)

Description [src]

Sets the clipboard to contain the value collected from the given args.

This method is not directly available to language bindings.

Parameters

type GType
 

Type of value to set.

args va_list
 

Varargs containing the value of type.