Exemple #1
0
static void
thex_rx_done(gpointer o)
{
	struct thex_download *ctx = o;

	download_rx_done(ctx->owner);
}
Exemple #2
0
static void
thex_rx_done(void *o)
{
	struct thex_download *ctx = o;

	download_rx_done(ctx->owner);
}
Exemple #3
0
static void
browse_rx_done(gpointer o)
{
	struct browse_ctx *bc = o;

	download_rx_done(bc->owner);
}