Example #1
0
static void
thex_rx_got_eof(void *o)
{
	struct thex_download *ctx = o;

	download_got_eof(ctx->owner);
}
Example #2
0
static void
browse_rx_got_eof(gpointer o)
{
	struct browse_ctx *bc = o;

	download_got_eof(bc->owner);
}