#include <glib-object.h>
#include "nmv-object.h"
#include "nmv-safe-ptr.h"
#include "nmv-namespace.h"
Go to the source code of this file.
|
| typedef SafePtr< gchar, CharsRef, GCharUnref > | nemiver::common::GCharSafePtr |
| |
| typedef SafePtr< Object, ObjectRef, ObjectUnref > | nemiver::common::ObjectSafePtr |
| |
| typedef SafePtr< gchar, CharsRef, DelCharsUnref > | nemiver::common::CharSafePtr |
| |
| typedef SafePtr< gunichar, UnicharsRef, DelUnicharsUnref > | nemiver::common::UnicharSafePtr |
| |
| typedef SafePtr< GError, GErrorRef, GErrorUnref > | nemiver::common::GErrorSafePtr |
| |
| typedef SafePtr< void *, RefGObjectNative, UnrefGObjectNative > | nemiver::common::NativeGObjectSafePtr |
| |