[docs] Fixes issue with GtkEntryBuffer signal documentation

(cherry picked from commit 078da34a26d4bb0e971789866829133d8dd881be)
This commit is contained in:
Chris Kühl
2010-06-21 18:29:38 +02:00
committed by Matthias Clasen
parent 82c89e9456
commit 85ed525682

View File

@ -386,7 +386,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkEntry::inserted-text:
* GtkEntryBuffer::inserted-text:
* @buffer: a #GtkEntryBuffer
* @position: the position the text was inserted at.
* @chars: The text that was inserted.
@ -408,7 +408,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
G_TYPE_UINT);
/**
* GtkEntry::deleted-text:
* GtkEntryBuffer::deleted-text:
* @buffer: a #GtkEntryBuffer
* @position: the position the text was deleted at.
* @n_chars: The number of characters that were deleted.