summaryrefslogtreecommitdiff
path: root/libyelp/yelp-document.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-5/+5
|
* Support for keywords in search results for Mallard and DocBookShaun McCance2018-12-031-0/+6
|
* document: add destroy notify to page callbackChristian Hergert2017-02-071-2/+4
| | | | | | | | | This ensures that we only free the async data struct when the document is guaranteed to be done calling our callback. Without this, we risk potentially accessing the async request data after we have freed it when a mallard document reloads. https://bugzilla.gnome.org/show_bug.cgi?id=778258
* yelp-document: Add yelp_document_lookup_document_uri()Carlos Garcia Campos2015-06-221-101/+102
| | | | | It allows to get the YelpDocument for a given doc URI string, without having to create and resolve a YelpUri.
* yelp-document: Make document-uri property a YelpUriCarlos Garcia Campos2015-06-221-0/+2
| | | | | | | | All implementations of YelpDocument except YelpSimpleDocument keep a reference to the YelpUri, so move it to the parent class and add a getter to use the YelpUri from derived classes. This is also useful to get the YelpUri directly from the document, instead of getting the document uri string, create a YelpUri and resolve it.
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* libyelp: Auto-reload Mallard documentsShaun McCance2012-01-191-0/+2
|
* Fix return values in libyelp functions.Frederic Crozat2011-03-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642977
* libyelp: All the hooks in place for search stuffShaun McCance2011-02-081-1/+4
|
* Adding icons for page stylesShaun McCance2010-03-311-0/+6
|
* [yelp-document] Offer list of valid page IDs, used for search completionShaun McCance2010-03-251-13/+2
|
* Set the window title based on the root page titleShaun McCance2010-03-211-0/+3
|
* [libyelp/yelp-view] Adding page title/desc to view, hooks in documentShaun McCance2010-03-121-2/+8
|
* [libyelp] More error handling for Mallard documentsShaun McCance2009-10-251-2/+2
|
* [libyelp] Added Mallard documents to libyelp, more work to be doneShaun McCance2009-10-171-73/+75
|
* [yelp-error] Adding error domain and codes for Yelp errorsShaun McCance2009-09-271-0/+3
|
* Adding yelp_document_get_for_uri factory constructorShaun McCance2009-09-251-0/+4
|
* [libyelp] YelpView basic implementation, YelpSimpleDocument for (X)HTMLShaun McCance2009-09-231-0/+151