summaryrefslogtreecommitdiff
path: root/gtk/gtkbookmarklist.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
| | | | | Include gtkprivate.h for I_() and glib-i18n.h for gettext macros.
* bookmarklist: Add ::item-type and ::n-itemsBenjamin Otte2022-06-111-6/+43
|
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-12/+4
| | | | | | | | Those property features don't seem to be in use anywhere. They are redundant since the docs cover the same information and more. They also created unnecessary translation work. Closes #4904
* Add type annotations for filename argumentsMatthias Clasen2021-06-121-2/+2
| | | | | | | Add missing "(type filename)" annotations for string arguments that are filenames. Fixes: #633
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
| | | | Replace leftover gtk-doc syntax (#Type) with backquotes.
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-3/+3
| | | | | allow-none has been deprecated for a long time already. Instead use optional and nullable everywhere.
* bookmarklist: Avoid an invalid readMatthias Clasen2021-03-271-1/+8
| | | | | This shows up when running the objects-finalize test under valgrind.
* bookmarklist: Convert docsMatthias Clasen2021-03-111-31/+35
|
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
|
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
|
* bookmarklist: Don't leak urisMatthias Clasen2020-07-081-0/+2
| | | | | This leak showed up in multiple places while running the testsuite under asan.
* testcolumnview: Add recent file supportMatthias Clasen2020-06-111-0/+3
| | | | Use testcolumnview --recent to see recent files.
* Add GtkBookmarkListMatthias Clasen2020-06-111-0/+572
This is a listmodel similar to GtkDirectoryList, for tracking recent files.