Don't expose zathura_jump_[st] in the public API.

It's only for internal use.
This commit is contained in:
Sebastian Ramacher 2012-09-02 00:44:18 +02:00
parent ad6afb81b1
commit af04432892
2 changed files with 10 additions and 9 deletions

View file

@ -19,15 +19,6 @@ typedef struct zathura_page_s zathura_page_t;
* Zathura
*/
typedef struct zathura_s zathura_t;
/**
* Jump
*/
typedef struct zathura_jump_s
{
unsigned int page;
double x;
double y;
} zathura_jump_t;
/**
* Plugin manager

View file

@ -28,6 +28,16 @@ typedef struct _ZathuraDatabase zathura_database_t;
struct render_thread_s;
typedef struct render_thread_s render_thread_t;
/**
* Jump
*/
typedef struct zathura_jump_s
{
unsigned int page;
double x;
double y;
} zathura_jump_t;
struct zathura_s
{
struct