GtkTextBufferTargetInfo

These values are used as “info” for the targets contained in the lists returned by gtk_text_buffer_get_copy_target_list() and gtk_text_buffer_get_paste_target_list().

The values counts down from -1 to avoid clashes with application added drag destinations which usually start at 0.

Values

ValueMeaning
BUFFER_CONTENTS-1

Buffer contents

RICH_TEXT-2

Rich text

TEXT-3

Text

Meta