[gtk/ebassi/gidocgen] flowbow: Mark private fields as private
- From: Emmanuele Bassi <ebassi src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk/ebassi/gidocgen] flowbow: Mark private fields as private
 
- Date: Thu, 25 Feb 2021 12:27:36 +0000 (UTC)
 
commit e4237ab81193cbaf840e4eacfc3a20a57cdcf575
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]