Fix trigraphs in private markers.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
This commit is contained in:
Matthias Clasen 2004-11-02 05:58:38 +00:00 committed by Matthias Clasen
parent 1a8de55702
commit a7acad22db
5 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.

View File

@ -1,5 +1,7 @@
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.

View File

@ -1,5 +1,7 @@
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.

View File

@ -1,5 +1,7 @@
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.

View File

@ -47,7 +47,7 @@ typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
struct _GtkFileChooserButton
{
/* <private> */
/*< private >*/
GtkHBox parent;
GtkFileChooserButtonPrivate *priv;
@ -55,7 +55,7 @@ struct _GtkFileChooserButton
struct _GtkFileChooserButtonClass
{
/* <private> */
/*< private >*/
GtkHBoxClass parent_class;
void (*__gtk_reserved1);