[gtk/ebassi/gidocgen: 160/471] flowbow: Mark private fields as private
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 160/471] flowbow: Mark private fields as private
- Date: Mon, 8 Mar 2021 18:23:18 +0000 (UTC)
commit d1f0d3ebdcbb47ebb3593fb7b8b1a58ae7060927
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Feb 25 11:25:05 2021 +0000
flowbow: Mark private fields as private
gtk/gtkflowbox.h | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h
index 1b8f811553..d620bc4c6d 100644
--- a/gtk/gtkflowbox.h
+++ b/gtk/gtkflowbox.h
@@ -51,15 +51,19 @@ typedef struct _GtkFlowBoxChildClass GtkFlowBoxChildClass;
struct _GtkFlowBoxChild
{
+ /*< private >*/
GtkWidget parent_instance;
};
struct _GtkFlowBoxChildClass
{
+ /*< private >*/
GtkWidgetClass parent_class;
+ /*< public >*/
void (* activate) (GtkFlowBoxChild *child);
+ /*< private >*/
gpointer padding[8];
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]