window: Mark the suspend-state property with (skip)
The enum used is private, and lets for now declare it private API. Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/3018 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3263>
This commit is contained in:
parent
dfd58ca8f1
commit
b6c7303ee9
1 changed files with 3 additions and 0 deletions
|
@ -623,6 +623,9 @@ meta_window_class_init (MetaWindowClass *klass)
|
|||
0, G_MAXULONG, 0,
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
|
||||
|
||||
/**
|
||||
* MetaWindow::suspend-state: (skip)
|
||||
*/
|
||||
obj_props[PROP_SUSPEND_STATE] =
|
||||
g_param_spec_enum ("suspend-state",
|
||||
"Suspend state",
|
||||
|
|
Loading…
Add table
Reference in a new issue