diff --git a/ChangeLog b/ChangeLog index e931340e92..595c428e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-02 Matthias Clasen + * 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 + * 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 + * 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 + * 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 >*/ GtkHBox parent; GtkFileChooserButtonPrivate *priv; @@ -55,7 +55,7 @@ struct _GtkFileChooserButton struct _GtkFileChooserButtonClass { - /* */ + /*< private >*/ GtkHBoxClass parent_class; void (*__gtk_reserved1);