gtkClipboardGetOwner {RGtk2}R Documentation

gtkClipboardGetOwner

Description

If the clipboard contents callbacks were set with gtkClipboardSetWithOwner, and the gtkClipboardSetWithData or gtkClipboardClear has not subsequently called, returns the owner set by gtkClipboardSetWithOwner.

Usage

gtkClipboardGetOwner(object)

Arguments

object [GtkClipboard] a GtkClipboard

Value

[GObject] the owner of the clipboard, if any; otherwise NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]