diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-01 20:14:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-01 20:14:15 +0000 |
commit | e9348e53fa149c7d38daf7c2b1eca0b74832ec91 (patch) | |
tree | e92ae76c3940c8a7d9d9c8e0cf694146af2a43bc /gtk/gtkaboutdialog.c | |
parent | f6608ba6710ae3001897b50165932d920407fe01 (diff) | |
download | gtk+-e9348e53fa149c7d38daf7c2b1eca0b74832ec91.tar.gz |
Doc update.
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 9370420ca0..a917a1d65b 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -1981,6 +1981,8 @@ gtk_about_dialog_set_url_hook (GtkAboutDialogActivateLinkFunc func, * @Varargs: value of first property, followed by more properties, %NULL-terminated * * This is a convenience function for showing an application's about box. + * The constructed dialog is associated with the parent window and + * reused for future invocations of this function. * * Since: 2.6 */ |