X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fpager.h;h=59188732dc9afdec306acd620619d0c389949ef7;hb=490f0a12cc09054e98d99ddc195859099223e597;hp=04c92ec4cebf74994f885a5d41c4858bf7dfa3c8;hpb=b80c7c9358f022e5e99f7fcd0ccb048b0ce7b7d3;p=rodin%2Fchimara.git diff --git a/libchimara/pager.h b/libchimara/pager.h index 04c92ec..5918873 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -8,8 +8,6 @@ G_GNUC_INTERNAL gboolean pager_on_expose(GtkTextView *textview, GdkEventExpose *event, winid_t win); G_GNUC_INTERNAL gboolean pager_on_key_press_event(GtkTextView *textview, GdkEventKey *event, winid_t win); G_GNUC_INTERNAL void pager_after_adjustment_changed(GtkAdjustment *adj, winid_t win); -G_GNUC_INTERNAL gboolean pager_check(gpointer data); -G_GNUC_INTERNAL gboolean pager_after_expose_event(GtkTextView *textview, GdkEventExpose *event, winid_t win); G_GNUC_INTERNAL void pager_after_size_request(GtkTextView *textview, GtkRequisition *requisition, winid_t win); G_GNUC_INTERNAL void pager_update(winid_t win);