diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 20:46:02 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 13:33:19 -0500 |
commit | 885d8df39cc6d5a9dd3c630adc3e2e4d28a15918 (patch) | |
tree | d4dc5fc32cdb7cff533a2b56515933ca48a4405c /gtk/gtktextbuffer.h | |
parent | 339524ba0da76f340f27049093ddc08c393addc6 (diff) | |
download | gtk+-885d8df39cc6d5a9dd3c630adc3e2e4d28a15918.tar.gz |
docs: add docs GtkTextBufferTargetInfo
Diffstat (limited to 'gtk/gtktextbuffer.h')
-rw-r--r-- | gtk/gtktextbuffer.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h index c045716025..e3f083ab91 100644 --- a/gtk/gtktextbuffer.h +++ b/gtk/gtktextbuffer.h @@ -43,11 +43,18 @@ G_BEGIN_DECLS * GtkTextBTree is the PRIVATE internal representation of it. */ -/* these values are used as "info" for the targets contained in the - * lists returned by gtk_text_buffer_get_copy,paste_target_list() +/** + * GtkTextBufferTargetInfo: + * @GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS: Buffer contents + * @GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT: Rich text + * @GTK_TEXT_BUFFER_TARGET_INFO_TEXT: Text * - * the enum counts down from G_MAXUINT to avoid clashes with application - * added drag destinations which usually start at 0. + * 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 <literal>-1</literal> to avoid clashes + * with application added drag destinations which usually start at 0. */ typedef enum { |