GCC has some optimization for the inclusion guard, but they only work if the check is the outermost one. We're fairly inconsistent because of historical reasons, so we should ensure that we follow the same pattern in every public header.
We are going to switch to compiler annotations to determine the visibility of the symbols.
And add it to the API reference. https://bugzilla.gnome.org/show_bug.cgi?id=652842
ClutterDropAction is an Action sub-class that allows writing actors that react to dragged actors being dropped on them. https://bugzilla.gnome.org/show_bug.cgi?id=652842