Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
g_bookmark_file_set_modified_date_time is used in libslab/bookmark-agent.c which sets the last time the bookmark for uri was last modified.
g_bookmark_file_set_modified_date_time is only available in glibc 2.66 and newer.
|
|
g_bookmark_file_get_modified_date_time
|
|
|
|
|
|
|
|
|
|
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
|
|
|
|
|
|
|
|
|
|
|