summaryrefslogtreecommitdiff
path: root/libslab/bookmark-agent.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05Remove libslab libraryzhuyaliang1-1244/+0
libslab is only used in mate-c-c and there is no need to provide a library
2022-02-09bookmark-agent: remove whitespaces before #if, #else, and #endifrbuj1-6/+6
2022-02-09bookmark-agent: fix backward compatibility with glib < 2.66rbuj1-1/+12
2021-11-20Use a blank line at mostrbuj1-9/+0
2021-08-28Maintain compatibility with Glibc versions older than 2.66. Fixes #655 (#659)Martin Wimpress1-0/+16
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.
2021-07-28Replace the deprecated g_bookmark_file_get_modified with ↵zhuyaliang1-13/+5
g_bookmark_file_get_modified_date_time
2021-02-26bookmark-agent: Function 'bookmark_agent_new' used prior to declarationrbuj1-16/+16
2020-12-09libslab-utils: Remove libslab_strcmp and use g_strcmp0 insteadrbuj1-4/+4
2020-03-27Port libslab_handle_g_error to the built-in GLib logging frameworkrbuj1-27/+31
2019-06-30libslab: bookmark-agent.c avoid deprecated g_type_class_add_privateWu Xiaotian1-29/+34
2019-06-18Remove trailing whitespacesrbuj1-7/+7
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2017-12-24libslab: drop useless checkpoint functionmonsta1-11/+0
2017-04-26libslab bookmark-agent: fix some xdg pathsraveit651-4/+5
2014-11-30fix one more little memleak and make another logic cleanerMonsta1-48/+45
2012-10-22migrate libslab to gsettingsStefano Karapetsas1-39/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1275