pub fn namespace(window: &impl IsA<Window>) -> Option<GString>
Available on crate feature v0_5 only.
Expand description

NOTE: this function does not return ownership of the string. Do not free the returned string. Future calls into the library may invalidate the returned string.

window

A layer surface.

Returns

a reference to the namespace property. If namespace is unset, returns the default namespace (“gtk-layer-shell”). Never returns None.