Replace deprecated signals
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 25 Aug 2012 19:04:04 +0000 (21:04 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 25 Aug 2012 19:04:04 +0000 (21:04 +0200)
commit7f5205d4bee2fbc2ca2b9e26b961d37b2d656c55
treea65c5d021c01a639fdf0e6aa43a11a821d9876c6
parent02c13aec1755ce0397011d502a92a80d1f69ea43
Replace deprecated signals

The 'size-request' and 'expose-event' signals now don't exist anymore.
'expose-event' is simply replaced by 'draw'. We used 'size-request' in a
slightly different way than it was supposed to be: connecting a handler
after the default 'size-request' handler run, ensured that the handler
was run after the GtkTextView finished validating text positions, so we
could scroll the text view to the end after printing text to it. Luckily,
'size-allocate' works the same way in GTK 3.
libchimara/pager.c
libchimara/pager.h
libchimara/window.c