From 6d30b651e3f2ac1ac668c741e19d2fc1cde62b3e Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 26 Jan 2019 21:29:43 +0800 Subject: [mate-colorsel] Avoid deprecated g_type_class_add_private --- libmate-desktop/mate-colorsel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmate-desktop/mate-colorsel.h') diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h index f6b9af1..bb44c5f 100644 --- a/libmate-desktop/mate-colorsel.h +++ b/libmate-desktop/mate-colorsel.h @@ -43,7 +43,7 @@ G_BEGIN_DECLS typedef struct _MateColorSelection MateColorSelection; typedef struct _MateColorSelectionClass MateColorSelectionClass; -typedef struct _ColorSelectionPrivate ColorSelectionPrivate; +typedef struct _MateColorSelectionPrivate MateColorSelectionPrivate; typedef void (* MateColorSelectionChangePaletteFunc) (const GdkColor *colors, @@ -57,7 +57,7 @@ struct _MateColorSelection GtkBox parent_instance; /* < private_data > */ - ColorSelectionPrivate *private_data; + MateColorSelectionPrivate *private_data; }; struct _MateColorSelectionClass -- cgit v1.2.1