diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-06-15 20:04:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-06-15 20:04:48 -0400 |
commit | 23fa53f1bcc08aaa4d7e51753708a792262c4083 (patch) | |
tree | b593efc97d8da2955dcb080e9b81a382a04f2ce7 /gtk/gtkinfobar.c | |
parent | de3cc277064937727e2f728113e0d63c64aa3bb8 (diff) | |
download | gtk+-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.c | 2 |
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 * |