diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-02 05:58:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-02 05:58:38 +0000 |
commit | a7acad22db96590970d9ea37b86423d8a0c5c76f (patch) | |
tree | 2c531ad30488e2f93a38957ac12b3b96e32c56ee | |
parent | 1a8de55702104677b31993ca700c5bce8cd30607 (diff) | |
download | gtk+-a7acad22db96590970d9ea37b86423d8a0c5c76f.tar.gz |
Fix trigraphs in private markers.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 2 | ||||
-rw-r--r-- | gtk/gtkfilechooserbutton.h | 4 |
5 files changed, 10 insertions, 2 deletions
@@ -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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e931340e92..595c428e1c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e931340e92..595c428e1c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e931340e92..595c428e1c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -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. diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h index 780d73cbe8..9cb22ba26d 100644 --- a/gtk/gtkfilechooserbutton.h +++ b/gtk/gtkfilechooserbutton.h @@ -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); |