grim/guifications3

13ff35d0d7f7
cleaned up all the GTypeInfo initializers

closes #683
<?xml version="1.0"?>
<metadata>
<!--
There is no need explicilty expose Destroy on GfObject since it a.) conflicts with the event name, and b.) will be called
anyways since we're overriding the implementation
-->
<attr path="api/namespace/object[@cname='GfObject']/method[@name='Destroy']" name="hidden">1</attr>
<!--
Not sure if these should still be here. I guess the argument is that the logging stuff is internal..?
-->
<attr path="api/namespace/object[@cname='GfLog']" name="hidden">1</attr>
<attr path="api/namespace/object[@cname='GfLogFile']" name="hidden">1</attr>
<!--
These hides were to make the build work. I have a feeling that the first one (hiding ClassGetName) can be promoted
up to a permanent hide, but I'm not positive. The other two we're going to have to implement.
-->
<attr path="api/namespace/object[@cname='GfNamedObject']/method[@name='ClassGetName']" name="hidden">1</attr>
<attr path="api/namespace/object[@cname='GfNativePlugin']" name="hidden">1</attr>
<attr path="api/namespace/interface[@cname='GfPluginLoader']" name="hidden">1</attr>
</metadata>