This file is indexed.

/usr/share/gnudatalanguage/lib/widget_message.pro is in libgnudatalanguage0 0.9.7-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
function WIDGET_MESSAGE,text, _EXTRA = ex
  return, DIALOG_MESSAGE(text,  _EXTRA = ex )
end