Method

GtkTextBufferget_paste_target_list

since: 2.10

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

Return value

Type: GtkTargetList

The GtkTargetList.

The returned data is owned by the instance.