[docs] Fixes issue with GtkEntryBuffer signal documentation
(cherry picked from commit 078da34a26d4bb0e971789866829133d8dd881be)
This commit is contained in:

committed by
Matthias Clasen

parent
82c89e9456
commit
85ed525682
@ -386,7 +386,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
|
|||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkEntry::inserted-text:
|
* GtkEntryBuffer::inserted-text:
|
||||||
* @buffer: a #GtkEntryBuffer
|
* @buffer: a #GtkEntryBuffer
|
||||||
* @position: the position the text was inserted at.
|
* @position: the position the text was inserted at.
|
||||||
* @chars: The text that was inserted.
|
* @chars: The text that was inserted.
|
||||||
@ -408,7 +408,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
|
|||||||
G_TYPE_UINT);
|
G_TYPE_UINT);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkEntry::deleted-text:
|
* GtkEntryBuffer::deleted-text:
|
||||||
* @buffer: a #GtkEntryBuffer
|
* @buffer: a #GtkEntryBuffer
|
||||||
* @position: the position the text was deleted at.
|
* @position: the position the text was deleted at.
|
||||||
* @n_chars: The number of characters that were deleted.
|
* @n_chars: The number of characters that were deleted.
|
||||||
|
Reference in New Issue
Block a user