
16 Dec
2003
16 Dec
'03
3:56 a.m.
On Mon, 2003-12-15 at 12:50, bulia byak wrote:
void sp_view_set_statusf (SPView *view, const gchar *format, ...); void sp_view_set_statusf_flash (SPView *view, const gchar *format, ...); void sp_view_set_statusf_error (SPView *view, const gchar *format, ...);
Looks good. I particularly like naming _error after its meaning, rather than specific details of its presentation -- it's a good abstraction. ^_^
-mental