RGtk2 (version 2.20.31)

gtkAboutDialogSetEmailHook: gtkAboutDialogSetEmailHook

Description

Installs a global function to be called whenever the user activates an email link in an about dialog.

Usage

gtkAboutDialogSetEmailHook(func, data = NULL)

Arguments

func
a function to call when an email link is activated.
data
data to pass to func

Value

GtkAboutDialogActivateLinkFunc] the previous email hook.

Details

Since 2.18 there exists a default function which uses gtkShowUri. To deactivate it, you can pass NULL for func. Since 2.6