.
This commit is contained in:
@@ -14,6 +14,18 @@ G_DEFINE_TYPE(VendorQtiImsStateObject, qti_ims_state, G_TYPE_OBJECT)
|
||||
#define IS_THIS(obj) G_TYPE_CHECK_INSTANCE_TYPE(obj, THIS_TYPE)
|
||||
#define PARENT_CLASS qti_ims_state_parent_class
|
||||
|
||||
static
|
||||
void
|
||||
qti_ims_state_init(
|
||||
VendorQtiImsStateObject* self)
|
||||
{
|
||||
}
|
||||
static
|
||||
void
|
||||
qti_ims_state_class_init(
|
||||
VendorQtiImsStateObjectClass* klass)
|
||||
{
|
||||
}
|
||||
|
||||
VendorQtiImsStateObject* vendor_qti_ims_state_new(VendorQtiImsRadio* ims_radio){
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user