forked from AuroraMiddleware/gtk
s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.
2001-12-24 James Henstridge <james@daa.com.au> * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.
This commit is contained in:
parent
cd6070461e
commit
99ce496b97
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-24 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
|
||||
valid with both SGML and XML.
|
||||
|
||||
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.12, interface, binary age 0.
|
||||
|
@ -855,10 +855,10 @@ run_destroy_handler (GtkDialog *dialog, gpointer data)
|
||||
* switch (result)
|
||||
* {
|
||||
* case GTK_RESPONSE_ACCEPT:
|
||||
* do_application_specific_something (<!>);
|
||||
* do_application_specific_something (<!-- -->);
|
||||
* break;
|
||||
* default:
|
||||
* do_nothing_since_dialog_was_cancelled (<!>);
|
||||
* do_nothing_since_dialog_was_cancelled (<!-- -->);
|
||||
* break;
|
||||
* }
|
||||
* gtk_widget_destroy (dialog);
|
||||
|
Loading…
Reference in New Issue
Block a user