[maemo-developers] gtkhtml "link_clicked"

From: Peter Romero p_romero at gmx.de
Date: Fri Oct 23 23:15:45 EEST 2009

Hello,

How can i handle LINKS in a GtkHtml Widget ?

I have tried to connect "link_clicked" with my funktion.
But  what ever i do ... "link_clicked" seems to be ignored.

########
g_signal_connect(G_OBJECT(html_gtkwidget),
			"link_clicked",
			G_CALLBACK(my_link_clicked),
			NULL);

void my_link_clicked (
			GtkHTML *html,
			const char *url)
{
	//BREAKPOINT
}
##########


p_romero at gmx.de



More information about the maemo-developers mailing list