Small unit of code executed by the GDK loop when idle

Returns true if this object should be invoked again.

Property definitions

gtk :: gdk $ Task :: gdk_main
	# Small unit of code executed by the GDK loop when idle
	#
	# Returns `true` if this object should be invoked again.
	fun gdk_main: Bool
	do
		main
		return false
	end
lib/gtk/v3_4/gdk.nit:32,2--39,4