]> Pileus Git - ~andy/gtk/commitdiff
Small documentation tweak
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Mar 2013 22:26:16 +0000 (17:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Mar 2013 21:48:01 +0000 (16:48 -0500)
gtk/gtkentry.c
gtk/gtktextview.c

index 3354c90a5091f5ea38577db0fd6282a0b1688c63..c5c271d1c7d55a15ef705ffed836fa6b4326143b 100644 (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
    */
index 57b858d5ed97bcc954f0d368cf78be3d9ef4827f..c94ff403fdfa8fd8371e2b082a0be92896112294 100644 (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
    */