summaryrefslogtreecommitdiff
path: root/eel/eel-labeled-image.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-labeled-image.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-labeled-image.h')
-rw-r--r--eel/eel-labeled-image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-labeled-image.h b/eel/eel-labeled-image.h
index bb3a4cbb..f5cf5dc3 100644
--- a/eel/eel-labeled-image.h
+++ b/eel/eel-labeled-image.h
@@ -68,7 +68,7 @@ extern "C" {
typedef struct EelLabeledImage EelLabeledImage;
typedef struct EelLabeledImageClass EelLabeledImageClass;
- typedef struct EelLabeledImageDetails EelLabeledImageDetails;
+ typedef struct EelLabeledImagePrivate EelLabeledImagePrivate;
struct EelLabeledImage
{
@@ -76,7 +76,7 @@ extern "C" {
GtkContainer container;
/* Private things */
- EelLabeledImageDetails *details;
+ EelLabeledImagePrivate *details;
};
struct EelLabeledImageClass