AtkObject Implementation

AtkObjects are GObjects, and all GObjects need to specify the get_type() function. Here is an example that sets up a class and instance initializer. This get_type() function also specifies that the object implements ATK_TEXT and specifies the parent object to be MYATKIMP_MYPARENTTYPE.