diff -r f4d92381a032 -r 04b8df1f20c3 finch/gntdebug.h --- a/finch/gntdebug.h Fri Mar 29 01:15:18 2019 +0000 +++ b/finch/gntdebug.h Thu Mar 28 23:41:10 2019 -0400 @@ -37,25 +37,7 @@ **********************************************************************/ #define FINCH_TYPE_DEBUG_UI (finch_debug_ui_get_type()) -#if GLIB_CHECK_VERSION(2,44,0) G_DECLARE_FINAL_TYPE(FinchDebugUi, finch_debug_ui, FINCH, DEBUG_UI, GObject) -#else -GType finch_debug_ui_get_type(void); -G_GNUC_BEGIN_IGNORE_DEPRECATIONS -typedef struct _FinchDebugUi FinchDebugUi; -typedef struct { GObjectClass parent_class; } FinchDebugUiClass; -static inline FinchDebugUi * -FINCH_DEBUG_UI(gpointer ptr) -{ - return G_TYPE_CHECK_INSTANCE_CAST(ptr, finch_debug_ui_get_type(), FinchDebugUi); -} -static inline gboolean -FINCH_IS_DEBUG_UI(gpointer ptr) -{ - return G_TYPE_CHECK_INSTANCE_TYPE(ptr, finch_debug_ui_get_type()); -} -G_GNUC_END_IGNORE_DEPRECATIONS -#endif /** * finch_debug_ui_new: