X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fpager.h;h=87d0a4312dd6e0b300d3e34029d2068f394e12d9;hp=1979646610b98e264bcc3c59be27b473ea8a02f7;hb=02dacdfeec2bb204aff8dae862ece880c58f5e0c;hpb=837867b949ee959e224c5f66e66744f1e520f3e7 diff --git a/libchimara/pager.h b/libchimara/pager.h index 1979646..87d0a43 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -7,7 +7,7 @@ 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_insert_text(GtkTextBuffer *buffer, GtkTextIter *location, gchar *text, gint len, winid_t win); +G_GNUC_INTERNAL void pager_after_size_allocate(GtkTextView *view, GtkAllocation *allocation, winid_t win); G_GNUC_INTERNAL void pager_after_adjustment_changed(GtkAdjustment *adj, winid_t win); #endif