Possible Duplicate:
What is the arrow operator (->) synonym for in C++?
I couldn't find documentation on the "->" which is used a lot in Gnome codebase. For example in gedit they have this:
loader->document = g_value_get_object (value)
What is document in relation to loader? There are many other examples as well with more basic widgets as well.