summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-06-15 20:04:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-06-15 20:04:48 -0400
commit23fa53f1bcc08aaa4d7e51753708a792262c4083 (patch)
treeb593efc97d8da2955dcb080e9b81a382a04f2ce7 /gtk/gtkinfobar.c
parentde3cc277064937727e2f728113e0d63c64aa3bb8 (diff)
downloadgtk+-23fa53f1bcc08aaa4d7e51753708a792262c4083.tar.gz
Properly export gtk_info_bar_response
Also fix up its docs.
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r--gtk/gtkinfobar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index ee3b33abff..6bdba66a6d 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -982,7 +982,7 @@ gtk_info_bar_set_default_response (GtkInfoBar *info_bar,
}
/**
- * gtk_info_bar_set_default_response:
+ * gtk_info_bar_response:
* @info_bar: a #GtkInfoBar
* @response_id: a response ID
*