Method
GtkTextBufferget_copy_target_list
since: 2.10
Declaration [src]
GtkTargetList*
gtk_text_buffer_get_copy_target_list (
GtkTextBuffer* buffer
)
Description [src]
This function returns the list of targets this text buffer can
provide for copying and as DND source. The targets in the list are
added with info
values from the GtkTextBufferTargetInfo
enum,
using gtk_target_list_add_rich_text_targets()
and gtk_target_list_add_text_targets().
Available since: 2.10
Gets property | Gtk.TextBuffer:copy-target-list |
Return value
Type: GtkTargetList
The GtkTargetList
.
The returned data is owned by the instance. |