Home
last modified time | relevance | path

Searched refs:g_time_zone_ref (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dtimezone.cc76 gobject_ ((src.gobject_) ? g_time_zone_ref(src.gobject_) : nullptr) in TimeZone()
91 gobject_ = g_time_zone_ref(castitem); in TimeZone()
100 const auto new_gobject = (src.gobject_) ? g_time_zone_ref(src.gobject_) : nullptr; in operator =()
137 return g_time_zone_ref(gobject_); in gobj_copy()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DTimeZone.cs100 static extern IntPtr g_time_zone_ref(IntPtr raw); in g_time_zone_ref() method in GLib.TimeZone
105 g_time_zone_ref (raw); in Ref()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtimezone.h68 GTimeZone * g_time_zone_ref (GTimeZone *tz);
H A Dgtimezone.c282 g_time_zone_ref (GTimeZone *tz) in g_time_zone_ref() function
1752 tz = g_time_zone_ref (tz_default); in g_time_zone_new_identifier()
1886 return g_time_zone_ref (utc); in g_time_zone_new_utc()
1923 tz = g_time_zone_ref (tz_local); in g_time_zone_new_local()
H A Dgdatetime.c677 datetime->tz = g_time_zone_ref (tz); in g_date_time_alloc()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dtimezone.hg59 _CLASS_OPAQUE_COPYABLE(TimeZone, GTimeZone, NONE, g_time_zone_ref, g_time_zone_unref, GLIBMM_API)
60 _IGNORE(g_time_zone_ref, g_time_zone_unref)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Dtime_zone.rs15 ref => |ptr| glib_sys::g_time_zone_ref(ptr),
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs13 ref => |ptr| ffi::g_time_zone_ref(ptr),
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/weather/
H A Dgcal-weather-service.c241 zone = !self->timezone ? g_time_zone_new_local () : g_time_zone_ref (self->timezone); in schedule_midnight()
339 zone = !self->timezone ? g_time_zone_new_local () : g_time_zone_ref (self->timezone); in get_time_day_start()
1026 self->timezone = value ? g_time_zone_ref (value) : NULL; in gcal_weather_service_set_time_zone()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-schedule-section.c127 … tz_start = g_time_zone_ref (g_date_time_get_timezone (gcal_event_get_date_start (self->event))); in find_best_timezones_for_event()
128 … tz_end = g_time_zone_ref (g_date_time_get_timezone (gcal_event_get_date_end (self->event))); in find_best_timezones_for_event()
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgboxed.c164 G_DEFINE_BOXED_TYPE (GTimeZone, g_time_zone, g_time_zone_ref, g_time_zone_unref)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4507 pub fn g_time_zone_ref(tz: *mut GTimeZone) -> *mut GTimeZone; in g_time_zone_ref() function
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4507 pub fn g_time_zone_ref(tz: *mut GTimeZone) -> *mut GTimeZone; in g_time_zone_ref() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs4516 pub fn g_time_zone_ref(tz: *mut GTimeZone) -> *mut GTimeZone; in g_time_zone_ref() function

12