summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-02-23 11:13:16 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-03-12 17:54:20 -0500
commit35938479cad5eb7d916214d1a5ec39324b233e5e (patch)
tree3ef1d9552faf977e56dcc3765bfc813d465d7242
parent203d6d7a1e3d0ea96bfe51eadcae47f56f819d97 (diff)
downloadgdk-pixbuf-35938479cad5eb7d916214d1a5ec39324b233e5e.tar.gz
Clarify the docs for gtk_info_bar_set_default_response
According to bug 610632 (cherry picked from commit c3f0cdcfcfc0e9a3007297af6679920ad1eb0e81)
-rw-r--r--gtk/gtkinfobar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index 9ada2c93a..bbdb08125 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -951,6 +951,9 @@ gtk_info_bar_set_response_sensitive (GtkInfoBar *info_bar,
* the given response_id as the default widget for the dialog.
* Pressing "Enter" normally activates the default widget.
*
+ * Note that this function currently requires @info_bar to
+ * be added to a widget hierarchy.
+ *
* Since: 2.18
*/
void