[Xfce4-commits] [apps/xfdashboard] 01/03: Add missing annotation for private structure fields in header files

noreply at xfce.org noreply at xfce.org
Thu Jul 14 09:08:07 CEST 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 43e124bea65e07954622abd49d72fc5f984457bf
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Jul 13 08:29:46 2016 +0200

    Add missing annotation for private structure fields in header files
---
 libxfdashboard/actor.h                        | 1 +
 libxfdashboard/application-button.h           | 1 +
 libxfdashboard/application-database.h         | 1 +
 libxfdashboard/application-tracker.h          | 1 +
 libxfdashboard/applications-menu-model.h      | 1 +
 libxfdashboard/applications-search-provider.h | 1 +
 libxfdashboard/applications-view.h            | 1 +
 libxfdashboard/background.h                   | 1 +
 libxfdashboard/binding.h                      | 1 +
 libxfdashboard/bindings-pool.h                | 1 +
 libxfdashboard/button.h                       | 1 +
 libxfdashboard/collapse-box.h                 | 1 +
 libxfdashboard/css-selector.h                 | 1 +
 libxfdashboard/desktop-app-info.h             | 1 +
 libxfdashboard/drag-action.h                  | 1 +
 libxfdashboard/drop-action.h                  | 1 +
 libxfdashboard/dynamic-table-layout.h         | 1 +
 libxfdashboard/emblem-effect.h                | 1 +
 libxfdashboard/fill-box-layout.h              | 1 +
 libxfdashboard/focus-manager.h                | 1 +
 libxfdashboard/image-content.h                | 1 +
 libxfdashboard/live-window.h                  | 1 +
 libxfdashboard/live-workspace.h               | 1 +
 libxfdashboard/model.h                        | 1 +
 libxfdashboard/outline-effect.h               | 1 +
 libxfdashboard/plugin.h                       | 1 +
 libxfdashboard/quicklaunch.h                  | 1 +
 libxfdashboard/scaled-table-layout.h          | 1 +
 libxfdashboard/scrollbar.h                    | 1 +
 libxfdashboard/search-manager.h               | 1 +
 libxfdashboard/search-provider.h              | 1 +
 libxfdashboard/search-result-container.h      | 1 +
 libxfdashboard/search-result-set.h            | 1 +
 libxfdashboard/stage-interface.h              | 1 +
 libxfdashboard/stage.h                        | 1 +
 libxfdashboard/text-box.h                     | 1 +
 libxfdashboard/theme-css.h                    | 1 +
 libxfdashboard/theme-effects.h                | 1 +
 libxfdashboard/theme-layout.h                 | 1 +
 libxfdashboard/theme.h                        | 1 +
 libxfdashboard/tooltip-action.h               | 2 ++
 libxfdashboard/view-manager.h                 | 1 +
 libxfdashboard/view-selector.h                | 1 +
 libxfdashboard/view.h                         | 1 +
 libxfdashboard/viewpad.h                      | 1 +
 libxfdashboard/window-content.h               | 1 +
 libxfdashboard/window-tracker-monitor.h       | 1 +
 libxfdashboard/window-tracker.h               | 1 +
 libxfdashboard/windows-view.h                 | 1 +
 libxfdashboard/workspace-selector.h           | 1 +
 50 files changed, 51 insertions(+)

diff --git a/libxfdashboard/actor.h b/libxfdashboard/actor.h
index 6dbadc7..d843ca0 100644
--- a/libxfdashboard/actor.h
+++ b/libxfdashboard/actor.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardActorPrivate			XfdashboardActorPrivate;
 
 struct _XfdashboardActor
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterActor				parent_instance;
 
diff --git a/libxfdashboard/application-button.h b/libxfdashboard/application-button.h
index 3d4aefe..68a3fbd 100644
--- a/libxfdashboard/application-button.h
+++ b/libxfdashboard/application-button.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardApplicationButtonPrivate		XfdashboardApplicationButto
 
 struct _XfdashboardApplicationButton
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardButton						parent_instance;
 
diff --git a/libxfdashboard/application-database.h b/libxfdashboard/application-database.h
index 849a088..0e86665 100644
--- a/libxfdashboard/application-database.h
+++ b/libxfdashboard/application-database.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardApplicationDatabasePrivate		XfdashboardApplicationDat
 
 struct _XfdashboardApplicationDatabase
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject									parent_instance;
 
diff --git a/libxfdashboard/application-tracker.h b/libxfdashboard/application-tracker.h
index b441ef4..57ec1cf 100644
--- a/libxfdashboard/application-tracker.h
+++ b/libxfdashboard/application-tracker.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardApplicationTrackerPrivate		XfdashboardApplicationTrac
 
 struct _XfdashboardApplicationTracker
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject									parent_instance;
 
diff --git a/libxfdashboard/applications-menu-model.h b/libxfdashboard/applications-menu-model.h
index f3fbdb0..b808126 100644
--- a/libxfdashboard/applications-menu-model.h
+++ b/libxfdashboard/applications-menu-model.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardApplicationsMenuModelClass		XfdashboardApplicationsMe
 
 struct _XfdashboardApplicationsMenuModel
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardModel							parent_instance;
 
diff --git a/libxfdashboard/applications-search-provider.h b/libxfdashboard/applications-search-provider.h
index 3be3982..bbf05d0 100644
--- a/libxfdashboard/applications-search-provider.h
+++ b/libxfdashboard/applications-search-provider.h
@@ -57,6 +57,7 @@ typedef struct _XfdashboardApplicationsSearchProviderClass			XfdashboardApplicat
 
 struct _XfdashboardApplicationsSearchProvider
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardSearchProvider						parent_instance;
 
diff --git a/libxfdashboard/applications-view.h b/libxfdashboard/applications-view.h
index d810066..ccdf462 100644
--- a/libxfdashboard/applications-view.h
+++ b/libxfdashboard/applications-view.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardApplicationsViewClass		XfdashboardApplicationsViewCla
 
 struct _XfdashboardApplicationsView
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardView						parent_instance;
 
diff --git a/libxfdashboard/background.h b/libxfdashboard/background.h
index 84f2441..3d02f01 100644
--- a/libxfdashboard/background.h
+++ b/libxfdashboard/background.h
@@ -70,6 +70,7 @@ typedef struct _XfdashboardBackgroundPrivate		XfdashboardBackgroundPrivate;
 
 struct _XfdashboardBackground
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardActor				parent_instance;
 
diff --git a/libxfdashboard/binding.h b/libxfdashboard/binding.h
index 247363c..173c0f0 100644
--- a/libxfdashboard/binding.h
+++ b/libxfdashboard/binding.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardBindingPrivate		XfdashboardBindingPrivate;
 
 struct _XfdashboardBinding
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/bindings-pool.h b/libxfdashboard/bindings-pool.h
index 405626b..799fb34 100644
--- a/libxfdashboard/bindings-pool.h
+++ b/libxfdashboard/bindings-pool.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardBindingsPoolPrivate		XfdashboardBindingsPoolPrivate;
 
 struct _XfdashboardBindingsPool
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/button.h b/libxfdashboard/button.h
index fbae72f..0436cf2 100644
--- a/libxfdashboard/button.h
+++ b/libxfdashboard/button.h
@@ -67,6 +67,7 @@ typedef struct _XfdashboardButtonPrivate		XfdashboardButtonPrivate;
 
 struct _XfdashboardButton
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground		parent_instance;
 
diff --git a/libxfdashboard/collapse-box.h b/libxfdashboard/collapse-box.h
index b506cb9..87dfe05 100644
--- a/libxfdashboard/collapse-box.h
+++ b/libxfdashboard/collapse-box.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardCollapseBoxClass			XfdashboardCollapseBoxClass;
 
 struct _XfdashboardCollapseBox
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardActor				parent_instance;
 
diff --git a/libxfdashboard/css-selector.h b/libxfdashboard/css-selector.h
index 4625feb..8100298 100644
--- a/libxfdashboard/css-selector.h
+++ b/libxfdashboard/css-selector.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardCssSelectorClass			XfdashboardCssSelectorClass;
 
 struct _XfdashboardCssSelector
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/desktop-app-info.h b/libxfdashboard/desktop-app-info.h
index 84f8499..e8a289b 100644
--- a/libxfdashboard/desktop-app-info.h
+++ b/libxfdashboard/desktop-app-info.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardDesktopAppInfoPrivate		XfdashboardDesktopAppInfoPriva
 
 struct _XfdashboardDesktopAppInfo
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/drag-action.h b/libxfdashboard/drag-action.h
index f0a7786..ff84f46 100644
--- a/libxfdashboard/drag-action.h
+++ b/libxfdashboard/drag-action.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardDragActionPrivate		XfdashboardDragActionPrivate;
 
 struct _XfdashboardDragAction
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterDragAction				parent_instance;
 
diff --git a/libxfdashboard/drop-action.h b/libxfdashboard/drop-action.h
index 8816ac2..437ccc6 100644
--- a/libxfdashboard/drop-action.h
+++ b/libxfdashboard/drop-action.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardDropActionPrivate		XfdashboardDropActionPrivate;
 
 struct _XfdashboardDropAction
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterAction					parent_instance;
 
diff --git a/libxfdashboard/dynamic-table-layout.h b/libxfdashboard/dynamic-table-layout.h
index 160b0ee..f2b6b91 100644
--- a/libxfdashboard/dynamic-table-layout.h
+++ b/libxfdashboard/dynamic-table-layout.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardDynamicTableLayoutClass			XfdashboardDynamicTableLayo
 
 struct _XfdashboardDynamicTableLayout
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterLayoutManager 					parent_instance;
 
diff --git a/libxfdashboard/emblem-effect.h b/libxfdashboard/emblem-effect.h
index a44a9cd..ed006fc 100644
--- a/libxfdashboard/emblem-effect.h
+++ b/libxfdashboard/emblem-effect.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardEmblemEffectPrivate		XfdashboardEmblemEffectPrivate;
 
 struct _XfdashboardEmblemEffect
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterEffect						parent_instance;
 
diff --git a/libxfdashboard/fill-box-layout.h b/libxfdashboard/fill-box-layout.h
index 98fbd43..a9ee691 100644
--- a/libxfdashboard/fill-box-layout.h
+++ b/libxfdashboard/fill-box-layout.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardFillBoxLayoutClass		XfdashboardFillBoxLayoutClass;
 
 struct _XfdashboardFillBoxLayout
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterLayoutManager 			parent_instance;
 
diff --git a/libxfdashboard/focus-manager.h b/libxfdashboard/focus-manager.h
index f16e885..9121603 100644
--- a/libxfdashboard/focus-manager.h
+++ b/libxfdashboard/focus-manager.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardFocusManagerPrivate		XfdashboardFocusManagerPrivate;
 
 struct _XfdashboardFocusManager
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/image-content.h b/libxfdashboard/image-content.h
index 731725c..99722fd 100644
--- a/libxfdashboard/image-content.h
+++ b/libxfdashboard/image-content.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardImageContentPrivate		XfdashboardImageContentPrivate;
 
 struct _XfdashboardImageContent
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterImage						parent_instance;
 
diff --git a/libxfdashboard/live-window.h b/libxfdashboard/live-window.h
index 34de23e..7f7dcd5 100644
--- a/libxfdashboard/live-window.h
+++ b/libxfdashboard/live-window.h
@@ -51,6 +51,7 @@ typedef struct _XfdashboardLiveWindowPrivate		XfdashboardLiveWindowPrivate;
 
 struct _XfdashboardLiveWindow
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground			parent_instance;
 
diff --git a/libxfdashboard/live-workspace.h b/libxfdashboard/live-workspace.h
index 7f94973..d507f1f 100644
--- a/libxfdashboard/live-workspace.h
+++ b/libxfdashboard/live-workspace.h
@@ -50,6 +50,7 @@ typedef struct _XfdashboardLiveWorkspacePrivate		XfdashboardLiveWorkspacePrivate
 
 struct _XfdashboardLiveWorkspace
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground			parent_instance;
 
diff --git a/libxfdashboard/model.h b/libxfdashboard/model.h
index 88eb7f6..bdd2c4a 100644
--- a/libxfdashboard/model.h
+++ b/libxfdashboard/model.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardModelIterPrivate		XfdashboardModelIterPrivate;
 
 struct _XfdashboardModelIter
 {
+	/*< private >*/
 	/* Parent instance */
 	GObjectClass					parent_instance;
 
diff --git a/libxfdashboard/outline-effect.h b/libxfdashboard/outline-effect.h
index 3a2fbf5..1fab09f 100644
--- a/libxfdashboard/outline-effect.h
+++ b/libxfdashboard/outline-effect.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardOutlineEffectPrivate		XfdashboardOutlineEffectPrivate
 
 struct _XfdashboardOutlineEffect
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterEffect						parent_instance;
 
diff --git a/libxfdashboard/plugin.h b/libxfdashboard/plugin.h
index 51c18f4..385dd8c 100644
--- a/libxfdashboard/plugin.h
+++ b/libxfdashboard/plugin.h
@@ -78,6 +78,7 @@ typedef struct _XfdashboardPluginPrivate	XfdashboardPluginPrivate;
 
 struct _XfdashboardPlugin
 {
+	/*< private >*/
 	/* Parent instance */
 	GTypeModule						parent_instance;
 
diff --git a/libxfdashboard/quicklaunch.h b/libxfdashboard/quicklaunch.h
index 41750b9..5fdf5b1 100644
--- a/libxfdashboard/quicklaunch.h
+++ b/libxfdashboard/quicklaunch.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardQuicklaunchPrivate		XfdashboardQuicklaunchPrivate;
 
 struct _XfdashboardQuicklaunch
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground			parent_instance;
 
diff --git a/libxfdashboard/scaled-table-layout.h b/libxfdashboard/scaled-table-layout.h
index 488a57f..53145d0 100644
--- a/libxfdashboard/scaled-table-layout.h
+++ b/libxfdashboard/scaled-table-layout.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardScaledTableLayoutClass		XfdashboardScaledTableLayoutC
 
 struct _XfdashboardScaledTableLayout
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterLayoutManager 				parent_instance;
 
diff --git a/libxfdashboard/scrollbar.h b/libxfdashboard/scrollbar.h
index 5f03b21..4843c3d 100644
--- a/libxfdashboard/scrollbar.h
+++ b/libxfdashboard/scrollbar.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardScrollbarClass		XfdashboardScrollbarClass;
 
 struct _XfdashboardScrollbar
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground			parent_instance;
 
diff --git a/libxfdashboard/search-manager.h b/libxfdashboard/search-manager.h
index b2f3758..84631b9 100644
--- a/libxfdashboard/search-manager.h
+++ b/libxfdashboard/search-manager.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardSearchManagerPrivate		XfdashboardSearchManagerPrivate
 
 struct _XfdashboardSearchManager
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/search-provider.h b/libxfdashboard/search-provider.h
index af7fefc..0fae747 100644
--- a/libxfdashboard/search-provider.h
+++ b/libxfdashboard/search-provider.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardSearchProviderClass			XfdashboardSearchProviderClass;
 
 struct _XfdashboardSearchProvider
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/search-result-container.h b/libxfdashboard/search-result-container.h
index 53ee460..70b452d 100644
--- a/libxfdashboard/search-result-container.h
+++ b/libxfdashboard/search-result-container.h
@@ -51,6 +51,7 @@ typedef struct _XfdashboardSearchResultContainerPrivate			XfdashboardSearchResul
 
 struct _XfdashboardSearchResultContainer
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardActor							parent_instance;
 
diff --git a/libxfdashboard/search-result-set.h b/libxfdashboard/search-result-set.h
index 504e143..2464134 100644
--- a/libxfdashboard/search-result-set.h
+++ b/libxfdashboard/search-result-set.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardSearchResultSetPrivate		XfdashboardSearchResultSetPri
 
 struct _XfdashboardSearchResultSet
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/stage-interface.h b/libxfdashboard/stage-interface.h
index b347a89..12e28fb 100644
--- a/libxfdashboard/stage-interface.h
+++ b/libxfdashboard/stage-interface.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardStageInterfacePrivate	XfdashboardStageInterfacePrivat
 
 struct _XfdashboardStageInterface
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardStage						parent_instance;
 
diff --git a/libxfdashboard/stage.h b/libxfdashboard/stage.h
index dea12fc..6be99c1 100644
--- a/libxfdashboard/stage.h
+++ b/libxfdashboard/stage.h
@@ -47,6 +47,7 @@ typedef struct _XfdashboardStagePrivate		XfdashboardStagePrivate;
 
 struct _XfdashboardStage
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterStage							parent_instance;
 
diff --git a/libxfdashboard/text-box.h b/libxfdashboard/text-box.h
index 00aa9df..dbb4187 100644
--- a/libxfdashboard/text-box.h
+++ b/libxfdashboard/text-box.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardTextBoxPrivate		XfdashboardTextBoxPrivate;
 
 struct _XfdashboardTextBox
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground			parent_instance;
 
diff --git a/libxfdashboard/theme-css.h b/libxfdashboard/theme-css.h
index 2205461..5a160bd 100644
--- a/libxfdashboard/theme-css.h
+++ b/libxfdashboard/theme-css.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardThemeCSSPrivate			XfdashboardThemeCSSPrivate;
 
 struct _XfdashboardThemeCSS
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/theme-effects.h b/libxfdashboard/theme-effects.h
index 08aeb2a..4693233 100644
--- a/libxfdashboard/theme-effects.h
+++ b/libxfdashboard/theme-effects.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardThemeEffectsPrivate		XfdashboardThemeEffectsPrivate;
 
 struct _XfdashboardThemeEffects
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/theme-layout.h b/libxfdashboard/theme-layout.h
index e3cd552..cb577c1 100644
--- a/libxfdashboard/theme-layout.h
+++ b/libxfdashboard/theme-layout.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardThemeLayoutPrivate		XfdashboardThemeLayoutPrivate;
 
 struct _XfdashboardThemeLayout
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/theme.h b/libxfdashboard/theme.h
index 9e8fcb8..e8f394b 100644
--- a/libxfdashboard/theme.h
+++ b/libxfdashboard/theme.h
@@ -50,6 +50,7 @@ typedef struct _XfdashboardThemePrivate			XfdashboardThemePrivate;
 
 struct _XfdashboardTheme
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject						parent_instance;
 
diff --git a/libxfdashboard/tooltip-action.h b/libxfdashboard/tooltip-action.h
index 7967d17..a9361b2 100644
--- a/libxfdashboard/tooltip-action.h
+++ b/libxfdashboard/tooltip-action.h
@@ -46,9 +46,11 @@ typedef struct _XfdashboardTooltipActionClass		XfdashboardTooltipActionClass;
 
 struct _XfdashboardTooltipAction
 {
+	/*< private >*/
 	/* Parent instance */
 	ClutterAction						parent_instance;
 
+	/* Private structure */
 	XfdashboardTooltipActionPrivate		*priv;
 };
 
diff --git a/libxfdashboard/view-manager.h b/libxfdashboard/view-manager.h
index 2368c87..6eec379 100644
--- a/libxfdashboard/view-manager.h
+++ b/libxfdashboard/view-manager.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardViewManagerPrivate		XfdashboardViewManagerPrivate;
 
 struct _XfdashboardViewManager
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject							parent_instance;
 
diff --git a/libxfdashboard/view-selector.h b/libxfdashboard/view-selector.h
index 8f023a9..eb77104 100644
--- a/libxfdashboard/view-selector.h
+++ b/libxfdashboard/view-selector.h
@@ -55,6 +55,7 @@ typedef struct _XfdashboardViewSelectorClass		XfdashboardViewSelectorClass;
  */
 struct _XfdashboardViewSelector
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardActor				parent_instance;
 
diff --git a/libxfdashboard/view.h b/libxfdashboard/view.h
index 3f131b8..bb74ffc 100644
--- a/libxfdashboard/view.h
+++ b/libxfdashboard/view.h
@@ -69,6 +69,7 @@ typedef struct _XfdashboardViewClass		XfdashboardViewClass;
 
 struct _XfdashboardView
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardActor			parent_instance;
 
diff --git a/libxfdashboard/viewpad.h b/libxfdashboard/viewpad.h
index 53f0ebc..d601ff3 100644
--- a/libxfdashboard/viewpad.h
+++ b/libxfdashboard/viewpad.h
@@ -49,6 +49,7 @@ typedef struct _XfdashboardViewpadClass			XfdashboardViewpadClass;
 
 struct _XfdashboardViewpad
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground		parent_instance;
 
diff --git a/libxfdashboard/window-content.h b/libxfdashboard/window-content.h
index b4a9c87..8ee1680 100644
--- a/libxfdashboard/window-content.h
+++ b/libxfdashboard/window-content.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardWindowContentPrivate		XfdashboardWindowContentPrivate
 
 struct _XfdashboardWindowContent
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject									parent_instance;
 
diff --git a/libxfdashboard/window-tracker-monitor.h b/libxfdashboard/window-tracker-monitor.h
index 81ab9a3..10b9452 100644
--- a/libxfdashboard/window-tracker-monitor.h
+++ b/libxfdashboard/window-tracker-monitor.h
@@ -48,6 +48,7 @@ typedef struct _XfdashboardWindowTrackerMonitorPrivate			XfdashboardWindowTracke
 
 struct _XfdashboardWindowTrackerMonitor
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject										parent_instance;
 
diff --git a/libxfdashboard/window-tracker.h b/libxfdashboard/window-tracker.h
index aff9d40..966cacc 100644
--- a/libxfdashboard/window-tracker.h
+++ b/libxfdashboard/window-tracker.h
@@ -55,6 +55,7 @@ typedef struct _XfdashboardWindowTrackerPrivate		XfdashboardWindowTrackerPrivate
 
 struct _XfdashboardWindowTracker
 {
+	/*< private >*/
 	/* Parent instance */
 	GObject								parent_instance;
 
diff --git a/libxfdashboard/windows-view.h b/libxfdashboard/windows-view.h
index 3c5bc1a..43f9214 100644
--- a/libxfdashboard/windows-view.h
+++ b/libxfdashboard/windows-view.h
@@ -46,6 +46,7 @@ typedef struct _XfdashboardWindowsViewClass			XfdashboardWindowsViewClass;
 
 struct _XfdashboardWindowsView
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardView					parent_instance;
 
diff --git a/libxfdashboard/workspace-selector.h b/libxfdashboard/workspace-selector.h
index 6324301..4c1c2c9 100644
--- a/libxfdashboard/workspace-selector.h
+++ b/libxfdashboard/workspace-selector.h
@@ -45,6 +45,7 @@ typedef struct _XfdashboardWorkspaceSelectorPrivate		XfdashboardWorkspaceSelecto
 
 struct _XfdashboardWorkspaceSelector
 {
+	/*< private >*/
 	/* Parent instance */
 	XfdashboardBackground				parent_instance;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list