[docs] Fixes issue with GtkEntryBuffer signal documentation

This commit is contained in:
Chris Kühl 2010-06-21 18:29:38 +02:00 committed by Javier Jardón
parent d927df0c3d
commit 078da34a26

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.