Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_utils.h52 gchar* get_date_time_str (guint32 julian, gint seconds);
H A Dcalendar_utils.c210 get_date_time_str (guint32 julian, gint seconds) in get_date_time_str() function
H A Dnotes_items.c448 create_date_str = g_strdup(get_date_time_str (current_date, current_time)); in notes_add_entry_action_cb()
1119 create_date_str = g_strdup(get_date_time_str (create_date_julian, create_time)); in read_notes_entries()
1128 … N_COLUMN_LAST_CHANGES_DATE, get_date_time_str (last_changes_date_julian, last_changes_time), in read_notes_entries()
H A Dnotes.c193 N_COLUMN_LAST_CHANGES_DATE, get_date_time_str(current_date, current_time), in editor_save_buffer_cb()
879 last_changes_time_str = g_strdup(get_date_time_str(last_changes_date, last_changes_time)); in refresh_notes()
880 create_time_str = g_strdup(get_date_time_str(create_date, create_time)); in refresh_notes()