mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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>
|
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):
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
|
||||||
Fix a doc comment.
|
Fix a doc comment.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2004-11-02 Matthias Clasen <mclasen@redhat.com>
|
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):
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
|
||||||
Fix a doc comment.
|
Fix a doc comment.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2004-11-02 Matthias Clasen <mclasen@redhat.com>
|
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):
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
|
||||||
Fix a doc comment.
|
Fix a doc comment.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2004-11-02 Matthias Clasen <mclasen@redhat.com>
|
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):
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
|
||||||
Fix a doc comment.
|
Fix a doc comment.
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
|
|||||||
|
|
||||||
struct _GtkFileChooserButton
|
struct _GtkFileChooserButton
|
||||||
{
|
{
|
||||||
/* <private> */
|
/*< private >*/
|
||||||
GtkHBox parent;
|
GtkHBox parent;
|
||||||
|
|
||||||
GtkFileChooserButtonPrivate *priv;
|
GtkFileChooserButtonPrivate *priv;
|
||||||
@ -55,7 +55,7 @@ struct _GtkFileChooserButton
|
|||||||
|
|
||||||
struct _GtkFileChooserButtonClass
|
struct _GtkFileChooserButtonClass
|
||||||
{
|
{
|
||||||
/* <private> */
|
/*< private >*/
|
||||||
GtkHBoxClass parent_class;
|
GtkHBoxClass parent_class;
|
||||||
|
|
||||||
void (*__gtk_reserved1);
|
void (*__gtk_reserved1);
|
||||||
|
Loading…
Reference in New Issue
Block a user