API Version: 1.0
Library Version: 2.50.0
void notification ( AtkObject* self, gchar* arg1, gint arg2, gpointer user_data )
The “notification” signal can be emitted to pass an announcement on to be read by a screen reader.
The default handler is called after the handlers added via g_signal_connect().
g_signal_connect()
arg1
gchar*
The text to be announced.
arg2
gint
An AtkLive specifying the politeness of the notification. Should be either ATK_LIVE_POLITE or ATK_LIVE_ASSERTIVE.
AtkLive