From 3eb0ff8e1f03d27d7fd5ea6c3f8e699a54d31a4c Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 9 Jan 2019 22:08:17 +0800 Subject: [eel] Avoid deprecated g_type_class_add_private With minimal changes to avoid deprecated g_type_class_add_private --- eel/eel-background.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eel/eel-background.h') diff --git a/eel/eel-background.h b/eel/eel-background.h index 3820e21d..fcdfe8e7 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -126,12 +126,12 @@ void eel_bg_load_from_system_gsettings (EelBackground *self, void eel_background_set_active (EelBackground *self, gboolean is_active); -typedef struct EelBackgroundDetails EelBackgroundDetails; +typedef struct EelBackgroundPrivate EelBackgroundPrivate; struct EelBackground { GObject object; - EelBackgroundDetails *details; + EelBackgroundPrivate *details; }; struct EelBackgroundClass -- cgit v1.2.1