// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from webkit-gir-files
// DO NOT EDIT
use crate::{PermissionRequest, ffi};
glib::wrapper! {
#[doc(alias = "WebKitGeolocationPermissionRequest")]
pub struct GeolocationPermissionRequest(Object<ffi::WebKitGeolocationPermissionRequest, ffi::WebKitGeolocationPermissionRequestClass>) @implements PermissionRequest;
match fn {
type_ => || ffi::webkit_geolocation_permission_request_get_type(),
}
}
impl GeolocationPermissionRequest {}