Home
last modified time | relevance | path

Searched refs:g_time_zone_new (Results 1 – 25 of 107) sorted by relevance

12345

/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dlistview_clocks.c358 clock = gtk_clock_new ("San Francisco", g_time_zone_new ("America/Los_Angeles")); in create_clocks_model()
361 clock = gtk_clock_new ("Xalapa", g_time_zone_new ("America/Mexico_City")); in create_clocks_model()
364 clock = gtk_clock_new ("Boston", g_time_zone_new ("America/New_York")); in create_clocks_model()
367 clock = gtk_clock_new ("London", g_time_zone_new ("Europe/London")); in create_clocks_model()
370 clock = gtk_clock_new ("Berlin", g_time_zone_new ("Europe/Berlin")); in create_clocks_model()
373 clock = gtk_clock_new ("Moscow", g_time_zone_new ("Europe/Moscow")); in create_clocks_model()
376 clock = gtk_clock_new ("New Delhi", g_time_zone_new ("Asia/Kolkata")); in create_clocks_model()
379 clock = gtk_clock_new ("Shanghai", g_time_zone_new ("Asia/Shanghai")); in create_clocks_model()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DTimeZone.cs73 static extern IntPtr g_time_zone_new(IntPtr identifier); in g_time_zone_new() method in GLib.TimeZone
78 Raw = g_time_zone_new(native_identifier); in TimeZone()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dcalendar.c16 tz = g_time_zone_new ("MET"); in test_calendar_set_day()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtimezone.h57 GTimeZone * g_time_zone_new (const gchar *identifier);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(glib_sys::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/net/liferea/liferea-1.12.7/src/
H A Ddate.c343 return g_time_zone_new (inptr); in date_parse_rfc822_tz()
352 return g_time_zone_new (tz_offsets[t].offset); in date_parse_rfc822_tz()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Dtime_zone.rs23 unsafe { from_glib_full(ffi::g_time_zone_new(identifier.to_glib_none().0)) } in new()
/dports/mail/evolution/evolution-3.42.1/win32/patches/
H A Dlibgweather.patch57 - tz = g_time_zone_new (tzid);
147 - tz = g_time_zone_new (tzid);
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dtimezone.cc143 return Glib::wrap(g_time_zone_new(identifier.c_str())); in create()
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dtotem-pl-parser-decode-date.c322 return g_time_zone_new (tzone); in get_tzone()
341 return g_time_zone_new (tzone); in get_tzone()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/datetime/
H A Dgsd-datetime-manager.c82 tz = g_time_zone_new (timezone_id); in timezone_changed_cb()
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-signature.c384 time_zone = g_time_zone_new (time_zone_id); in ggit_signature_get_time_zone()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dtimezone.hg63 _WRAP_METHOD(static TimeZone create(const Glib::ustring& identifier), g_time_zone_new)
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/clock/
H A Dclock-time.c180 time->timezone = g_time_zone_new (str_value); in clock_time_set_property()

12345