diff options
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r-- | gtk/gtkfilechooserbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |