summaryrefslogtreecommitdiff
path: root/eel/eel-wrap-table.h
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-09 22:08:17 +0800
committerlukefromdc <[email protected]>2019-01-12 01:43:18 +0000
commit3eb0ff8e1f03d27d7fd5ea6c3f8e699a54d31a4c (patch)
tree6ec60c398e7c536658b67b08d43dbb63b62c8a13 /eel/eel-wrap-table.h
parent9fc6f1f3314f2511249af0a7ce04a255a57c0066 (diff)
downloadcaja-3eb0ff8e1f03d27d7fd5ea6c3f8e699a54d31a4c.tar.bz2
caja-3eb0ff8e1f03d27d7fd5ea6c3f8e699a54d31a4c.tar.xz
[eel] Avoid deprecated g_type_class_add_private
With minimal changes to avoid deprecated g_type_class_add_private
Diffstat (limited to 'eel/eel-wrap-table.h')
-rw-r--r--eel/eel-wrap-table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-wrap-table.h b/eel/eel-wrap-table.h
index 966f163f..75c1b644 100644
--- a/eel/eel-wrap-table.h
+++ b/eel/eel-wrap-table.h
@@ -46,7 +46,7 @@ extern "C" {
typedef struct EelWrapTable EelWrapTable;
typedef struct EelWrapTableClass EelWrapTableClass;
- typedef struct EelWrapTableDetails EelWrapTableDetails;
+ typedef struct EelWrapTablePrivate EelWrapTablePrivate;
struct EelWrapTable
{
@@ -54,7 +54,7 @@ extern "C" {
GtkContainer container;
/* Private things */
- EelWrapTableDetails *details;
+ EelWrapTablePrivate *details;
};
struct EelWrapTableClass