summaryrefslogtreecommitdiff
path: root/libyelp/yelp-bookmarks.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Fix return values in libyelp functions.Frederic Crozat2011-03-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642977
* [libyelp] Move "bookmarks-changed" signal to YelpBookmarks, hook up to ↵Shaun McCance2010-08-101-0/+8
| | | | location entry
* [libyelp] Show bookmarks in location entry with YelpBookmarksShaun McCance2010-08-101-0/+86
The bookmarks are managed by the application, not libyelp, so we need a way for the application to tell libyelp about bookmarks. Add a YelpBookmarks interface, which is implemented by YelpApplication. Then we can pass a YelpBookmarks to any libyelp class that needs it. Still need to hook up the bookmarks-changed signal and do something useful when the bookmark-new icon is clicked.