126
128
* This function is used to set the ref method.
130
132
void s_object_set_ref_method (SObject * self, MethodFuncInt method);
133
135
* This function is used to set the unref method.
137
139
void s_object_set_unref_method (SObject * self, MethodFuncInt method);
140
142
* This function is used to set the get_refcount method.
144
146
void s_object_set_get_refcount_method (SObject * self, MethodFuncInt method);