gwenhywfar
4.3.1
|
#include "refptr_p.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
#include <stdlib.h>
Go to the source code of this file.
void GWEN_RefPtrObject_Attach | ( | GWEN_REFPTR_POBJECT * | rpo | ) |
Definition at line 72 of file refptr.c.
Referenced by GWEN_RefPtr_dup().
void GWEN_RefPtrObject_free | ( | GWEN_REFPTR_POBJECT * | rpo | ) |
Definition at line 54 of file refptr.c.
References DBG_VERBOUS, GWEN_FREE_OBJECT, GWEN_LOGDOMAIN, and GWEN_REFPTR_FLAGS_AUTODELETE.
Referenced by GWEN_RefPtr_free(), and GWEN_RefPtr_SetData().
GWEN_REFPTR_POBJECT* GWEN_RefPtrObject_new | ( | void * | dp, |
GWEN_REFPTR_INFO * | rpi | ||
) |
Definition at line 40 of file refptr.c.
References GWEN_NEW_OBJECT, and GWEN_RefPtrInfo_Attach().
Referenced by GWEN_RefPtr_new(), and GWEN_RefPtr_SetData().