Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
| | |||||
* | Fix return values in libyelp functions. | Frederic Crozat | 2011-03-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=642977 | ||||
* | [libyelp] Move "bookmarks-changed" signal to YelpBookmarks, hook up to ↵ | Shaun McCance | 2010-08-10 | 1 | -0/+8 |
| | | | | location entry | ||||
* | [libyelp] Show bookmarks in location entry with YelpBookmarks | Shaun McCance | 2010-08-10 | 1 | -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. |