Small documentation tweak

This commit is contained in:
Matthias Clasen 2013-03-01 17:26:16 -05:00
parent 190dcfe050
commit 7c2a752b37
2 changed files with 4 additions and 2 deletions

View File

@ -1428,7 +1428,8 @@ gtk_entry_class_init (GtkEntryClass *class)
/** GtkEntry:populate-toolbar:
*
* If ::populate-toolbar is %TRUE, the #GtkEntry::populate-popup
* signal is also emitted for touch popups.
* signal is also emitted for touch popups. In this case, the container
* is a #GtkToolbar.
*
* Since: 3.8
*/

View File

@ -866,7 +866,8 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
/** GtkTextView:populate-toolbar:
*
* If ::populate-toolbar is %TRUE, the #GtkTextView::populate-popup
* signal is also emitted for touch popups.
* signal is also emitted for touch popups. In this case, the
* container is a #GtkToolbar.
*
* Since: 3.8
*/