Home
last modified time | relevance | path

Searched defs:GDateMonth (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdate.h88 } GDateMonth; typedef
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Denums.rs121 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Denums.rs121 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Denums.rs121 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Denums.rs123 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Denums.rs121 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Denums.rs121 fn to_glib(&self) -> glib_sys::GDateMonth { in to_glib()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Denums.rs143 fn into_glib(self) -> ffi::GDateMonth { in into_glib()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs78 pub type GDateMonth = c_int; typedef
2643 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2660 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2668 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2670 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2681 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2692 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2766 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2784 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2792 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2794 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2805 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2816 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs78 pub type GDateMonth = c_int; typedef
2643 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2660 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2668 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2670 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2681 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2692 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2766 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2784 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2792 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2794 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2805 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2816 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2766 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2784 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2792 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2794 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2805 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2816 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2766 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2784 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2792 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2794 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2805 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2816 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2647 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2664 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2672 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2674 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2685 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2696 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs78 pub type GDateMonth = c_int; typedef
2643 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2660 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2668 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2670 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2681 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2692 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs78 pub type GDateMonth = c_int; typedef
2643 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2660 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2668 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2670 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2681 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2692 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs79 pub type GDateMonth = c_int; typedef
2766 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2784 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2792 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2794 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2805 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2816 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib-sys/src/
H A Dlib.rs78 pub type GDateMonth = c_int; typedef
2643 pub fn g_date_new_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> *mut GDate; in g_date_new_dmy()
2660 pub fn g_date_get_month(date: *const GDate) -> GDateMonth; in g_date_get_month()
2668 pub fn g_date_set_dmy(date: *mut GDate, day: GDateDay, month: GDateMonth, y: GDateYear); in g_date_set_dmy()
2670 pub fn g_date_set_month(date: *mut GDate, month: GDateMonth); in g_date_set_month()
2681 pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8; in g_date_get_days_in_month()
2692 pub fn g_date_valid_dmy(day: GDateDay, month: GDateMonth, year: GDateYear) -> gboolean; in g_date_valid_dmy()

12