mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
window/wayland: Use G_DECLARE_FINAL_TYPE
https://gitlab.gnome.org/GNOME/mutter/merge_requests/907
This commit is contained in:
@ -99,6 +99,8 @@ typedef enum
|
||||
#define META_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), META_TYPE_WINDOW))
|
||||
#define META_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), META_TYPE_WINDOW, MetaWindowClass))
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MetaWindow, g_object_unref)
|
||||
|
||||
typedef struct _MetaWindowClass MetaWindowClass;
|
||||
|
||||
META_EXPORT
|
||||
|
Reference in New Issue
Block a user