Home
last modified time | relevance | path

Searched refs:g_date_time_add_years (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdatetime.h156 GDateTime * g_date_time_add_years (GDateTime *datetime,
H A Dgdatetime.c1750 g_date_time_add_years (GDateTime *datetime, in g_date_time_add_years() function
/dports/deskutils/gnome-system-log/gnome-system-log-3.9.90/src/
H A Dlogview-utils.c250 tmp = g_date_time_add_years (newdate, offsetyear); in log_read_dates()
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-gpgme-add-subkey.c261 next_year = g_date_time_add_years (now, 1); in seahorse_gpgme_add_subkey_init()
H A Dseahorse-gpgme-generate-dialog.c336 next_year = g_date_time_add_years (now, 1); in seahorse_gpgme_generate_dialog_init()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDateTime.cs98 static extern IntPtr g_date_time_add_years(IntPtr raw, int years); in g_date_time_add_years() method in GLib.DateTime
101 IntPtr raw_ret = g_date_time_add_years(Handle, years); in AddYears()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Ddate_time.rs193 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Ddate_time.rs195 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Ddate_time.rs195 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Ddate_time.rs195 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Ddate_time.rs195 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Ddate_time.rs195 from_glib_full(glib_sys::g_date_time_add_years( in add_years()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Ddatetime.cc223 return Glib::wrap(g_date_time_add_years(const_cast<GDateTime*>(gobj()), years)); in add_years()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/views/
H A Dgcal-year-view.c1275 new_date = g_date_time_add_years (self->date, position_type == GTK_POS_BOTTOM ? 1 : -1); in navigator_edge_overshot_cb()
1307 new_date = g_date_time_add_years (self->date, self->scroll_value > 0 ? 1 : -1); in navigator_scroll_event_cb()
1586 end = g_date_time_add_years (start, 1); in gcal_year_view_get_range()
1796 return g_date_time_add_years (self->date, 1); in gcal_year_view_get_next_date()
1806 return g_date_time_add_years (self->date, -1); in gcal_year_view_get_previous_date()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs242 Option::<_>::from_glib_full(ffi::g_date_time_add_years(self.to_glib_none().0, years)) in add_years()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcalendar.c880 new_date = g_date_time_add_years (calendar->date, -1); in calendar_set_year_prev()
893 new_date = g_date_time_add_years (calendar->date, 1); in calendar_set_year_next()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Ddatetime.hg97 _WRAP_METHOD(DateTime add_years(int years) const, g_date_time_add_years)
/dports/graphics/frogr/frogr-1.6/src/examples/
H A Dexample.c435 date = g_date_time_add_years (date_now, -1); in get_location_cb()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-query-editor.c1177 datetime = g_date_time_add_years (now, -1); in modtime_row_add_to_query()

12