Exemplo n.º 1
0
static void
cancel_send_info (gpointer key,
                  struct _send_info *info,
                  gpointer data)
{
	receive_cancel (info);
}
Exemplo n.º 2
0
static void
cancel_send_info (gpointer key,
                  struct _send_info *info,
                  gpointer data)
{
	receive_cancel (GTK_BUTTON (info->cancel_button), info);
}
Exemplo n.º 3
0
static void
cancel_send_info(void *key, struct _send_info *info, void *data)
{
	receive_cancel (GTK_BUTTON (info->cancel_button), info);
}