summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.h
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-26 12:34:01 +0800
committerlukefromdc <[email protected]>2019-02-02 07:07:50 +0000
commit3daa55c6e6716cdf1e15b2ca2d53096372a0e1c1 (patch)
tree46f9de104840fa2dee33910818f7f1e29f3aa602 /src/caja-information-panel.h
parent4e42def6ff1c846d54e93260d116dc69eac97d2f (diff)
downloadcaja-3daa55c6e6716cdf1e15b2ca2d53096372a0e1c1.tar.bz2
caja-3daa55c6e6716cdf1e15b2ca2d53096372a0e1c1.tar.xz
Avoid deprecated g_type_class_add_private under src
Changed CajaInformationPanel, CajaLocationBar and CajaNavigationAction
Diffstat (limited to 'src/caja-information-panel.h')
-rw-r--r--src/caja-information-panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-information-panel.h b/src/caja-information-panel.h
index 75bcfcbb..5ccdd9d6 100644
--- a/src/caja-information-panel.h
+++ b/src/caja-information-panel.h
@@ -42,14 +42,14 @@
#define CAJA_INFORMATION_PANEL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), CAJA_TYPE_INFORMATION_PANEL, CajaInformationPanelClass))
-typedef struct CajaInformationPanelDetails CajaInformationPanelDetails;
+typedef struct _CajaInformationPanelPrivate CajaInformationPanelPrivate;
#define CAJA_INFORMATION_PANEL_ID "information"
typedef struct
{
EelBackgroundBox parent_slot;
- CajaInformationPanelDetails *details;
+ CajaInformationPanelPrivate *details;
} CajaInformationPanel;
typedef struct