diff options
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 903a74256ffa..25b15fad0aab 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -123,12 +123,17 @@ float lok_doc_view_get_zoom (LOKDocView* /** * lok_doc_view_get_parts: * @pDocView: The #LOKDocView instance + * + * Returns: Part refers to either individual sheets in a Calc, or slides in Impress, + * and has no relevance for Writer. */ int lok_doc_view_get_parts (LOKDocView* pDocView); /** * lok_doc_view_get_part: * @pDocView: The #LOKDocView instance + * + * Returns: Current part number of the document */ int lok_doc_view_get_part (LOKDocView* pDocView); @@ -144,6 +149,8 @@ void lok_doc_view_set_part (LOKDocView* * lok_doc_view_get_part_name: * @pDocView: The #LOKDocView instance * @nPart: + * + * Returns: Get current part name of loaded document */ char* lok_doc_view_get_part_name (LOKDocView* pDocView, int nPart); |