gdk4_x11/auto/x11_app_launch_context.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8 ///
9 ///
10 /// # Implements
11 ///
12 /// [`trait@gdk::prelude::AppLaunchContextExt`], [`trait@gio::prelude::AppLaunchContextExt`]
13 #[doc(alias = "GdkX11AppLaunchContext")]
14 pub struct X11AppLaunchContext(Object<ffi::GdkX11AppLaunchContext, ffi::GdkX11AppLaunchContextClass>) @extends gdk::AppLaunchContext, gio::AppLaunchContext;
15
16 match fn {
17 type_ => || ffi::gdk_x11_app_launch_context_get_type(),
18 }
19}
20
21impl X11AppLaunchContext {}