mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:13:46 +01:00
Update documentation
This commit is contained in:
parent
851ef7cd7b
commit
900516d1f1
@ -491,7 +491,7 @@ zathura_plugin_error_t zathura_page_image_save(zathura_page_t* page, zathura_ima
|
||||
* Get text for selection
|
||||
* @param page Page
|
||||
* @param rectangle Selection
|
||||
* @error Set to an error value (see \ref zathura_plugin_error_t) if an error
|
||||
* @param error Set to an error value (see \ref zathura_plugin_error_t) if an error
|
||||
* occured
|
||||
* @return The selected text (needs to be deallocated with g_free)
|
||||
*/
|
||||
|
3
utils.h
3
utils.h
@ -74,7 +74,8 @@ void page_calculate_offset(zathura_page_t* page, page_offset_t* offset);
|
||||
|
||||
/**
|
||||
* Rotate a rectangle by 0, 90, 180 or 270 degree
|
||||
* @param rect the rectangle to rotate
|
||||
*
|
||||
* @param rectangle the rectangle to rotate
|
||||
* @param degree rotation degree
|
||||
* @param height the height of the enclosing rectangle
|
||||
* @param width the width of the enclosing rectangle
|
||||
|
Loading…
Reference in New Issue
Block a user