All the other object pages have a title, this one was missing it. Add one, so the page fits in with the rest.
Currently, we don't have any css nodes with names, but we will soon.
strcasecmp() is unfortunately not universally available, along with strings.h. Fix the build by replacing strcasecmp() with g_ascii_strcasecmp(), and remove the strings.h include. https://bugzilla.gnome.org/show_bug.cgi?id=747604