Lines Matching refs:instance
28 * @returns: reference to cloned instance.
30 * Virtual function prototype for methods to create duplicate of instance.
41 * Virtual function prototype for methods to create copies of instance.
91 * @instance: type instance
98 GTypeInstance instance;
140 * Create new instance of the object.
150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy method such that derived object will be copied correctly.
185 * Duplicate the given #MixDisplay and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance.