forked from AuroraMiddleware/gtk
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:
parent
1a8de55702
commit
a7acad22db
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user