1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was generated by gir (https://github.com/gtk-rs/gir)
// DO NOT EDIT

use crate::{GlobalProxy,Object,PipewireObject,Proxy};

glib::wrapper! {
    #[doc(alias = "WpFactory")]
    pub struct Factory(Object<ffi::WpFactory, ffi::WpFactoryClass>) @extends GlobalProxy, Proxy, Object, @implements PipewireObject;

    match fn {
        type_ => || ffi::wp_factory_get_type(),
    }
}

impl Factory {}