Home
last modified time | relevance | path

Searched refs:modified_dt (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgbookmarkfile.c2651 …GDateTime *modified_dt = (modified != (time_t) -1) ? g_date_time_new_from_unix_utc (modified) : g_… in g_bookmark_file_set_modified() local
2652 g_bookmark_file_set_modified_date_time (bookmark, uri, modified_dt); in g_bookmark_file_set_modified()
2653 g_date_time_unref (modified_dt); in g_bookmark_file_set_modified()