summaryrefslogtreecommitdiff
path: root/libyelp/yelp-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'libyelp/yelp-document.h')
-rw-r--r--libyelp/yelp-document.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/libyelp/yelp-document.h b/libyelp/yelp-document.h
index 8a6feae7..e71e6738 100644
--- a/libyelp/yelp-document.h
+++ b/libyelp/yelp-document.h
@@ -126,12 +126,18 @@ void yelp_document_set_up_id (YelpDocument *document,
const gchar *page_id,
const gchar *up_id);
-gchar * yelp_document_get_title (YelpDocument *document,
+gchar * yelp_document_get_page_title (YelpDocument *document,
const gchar *page_id);
-void yelp_document_set_title (YelpDocument *document,
+void yelp_document_set_page_title (YelpDocument *document,
const gchar *page_id,
const gchar *title);
+gchar * yelp_document_get_page_desc (YelpDocument *document,
+ const gchar *page_id);
+void yelp_document_set_page_desc (YelpDocument *document,
+ const gchar *page_id,
+ const gchar *desc);
+
gboolean yelp_document_has_page (YelpDocument *document,
const gchar *page_id);