Method
GtkTextBufferget_paste_target_list
Declaration [src]
GtkTargetList*
gtk_text_buffer_get_paste_target_list (
GtkTextBuffer* buffer
)
Description [src]
This function returns the list of targets this text buffer supports
for pasting and as DND destination. 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:paste-target-list |
Return value
Returns: | GtkTargetList |
The |
|
The data is owned by the instance. |