mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:36:00 +01:00
Some documentation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
d2a1a2d6d0
commit
93edb66fef
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ void zathura_dbus_edit(ZathuraDbus* dbus, unsigned int page, unsigned int x, uns
|
||||||
* Highlight rectangles in a zathura instance that has filename open.
|
* Highlight rectangles in a zathura instance that has filename open.
|
||||||
* input_file, line and column determine the rectangles to display and are
|
* input_file, line and column determine the rectangles to display and are
|
||||||
* passed to SyncTeX.
|
* passed to SyncTeX.
|
||||||
|
*
|
||||||
|
* @param filename path of the document
|
||||||
|
* @param input_file path of the input file
|
||||||
|
* @param line line index (starts at 0)
|
||||||
|
* @param column column index (starts at 0)
|
||||||
|
* @param hint zathura process ID that has filename open
|
||||||
*/
|
*/
|
||||||
bool zathura_dbus_synctex_position(const char* filename, const char* input_file,
|
bool zathura_dbus_synctex_position(const char* filename, const char* input_file,
|
||||||
int line, int column, pid_t hint);
|
int line, int column, pid_t hint);
|
||||||
|
|
Loading…
Reference in a new issue