[ CCode ( array_length = false , array_null_terminated = true , cname = "xfw_window_get_class_ids" ) ]
[ Version ( since = "4.19.3" ) ]
public unowned string[] get_class_ids ()
Fetches this's class ids.
On X11 this should contain the class and instance names of the
WM_CLASS property. On
Wayland, it's likely to be limited to the [application ID](https://wayland.app/protocols/wlr-foreign-toplevel-management-unstable-v1
zwlr_foreign_toplevel_handle_v1:eventXfwWindow:app_id), which should correspond to the basename of the application's
desktop file.
| this |
an Window. |
|
a null-terminated array of strings owned by the Window. |