Skip to main content

libglycin_gtk4_rebind_sys/
lib.rs

1// Generated by gir (https://github.com/gtk-rs/gir @ c93f8f31b6a5)
2// from  (@ 3879ff8e0201+)
3// from gir-files (@ 01ea5f1a07cd)
4// DO NOT EDIT
5
6#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
7#![allow(
8    clippy::approx_constant,
9    clippy::type_complexity,
10    clippy::unreadable_literal,
11    clippy::upper_case_acronyms
12)]
13#![cfg_attr(docsrs, feature(doc_cfg))]
14
15#[allow(unused_imports)]
16use std::ffi::{
17    c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
18};
19
20#[allow(unused_imports)]
21use glib::{GType, gboolean, gconstpointer, gpointer};
22#[allow(unused_imports)]
23use libc::{FILE, intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t};
24#[cfg(unix)]
25#[allow(unused_imports)]
26use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
27use {gdk_sys as gdk, glib_sys as glib, gly_sys as gly};
28
29unsafe extern "C" {
30
31    //=========================================================================
32    // Other functions
33    //=========================================================================
34    pub fn gly_gtk_frame_get_texture(frame: *mut gly::GlyFrame) -> *mut gdk::GdkTexture;
35
36}