#include <giomm/dbusintrospection.h>
Public Member Functions | |
void | reference () const |
Increment the reference count for this object. | |
void | unreference () const |
Decrement the reference count for this object. | |
GDBusPropertyInfo* | gobj () |
Provides access to the underlying C instance. | |
const GDBusPropertyInfo* | gobj () const |
Provides access to the underlying C instance. | |
GDBusPropertyInfo* | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Protected Member Functions | |
DBusPropertyInfo () | |
void | operator delete (void*, size_t) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Gio::DBusPropertyInfo > | wrap (GDBusPropertyInfo* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Gio::DBusPropertyInfo::DBusPropertyInfo | ( | ) | [protected] |
const GDBusPropertyInfo* Gio::DBusPropertyInfo::gobj | ( | ) | const |
Provides access to the underlying C instance.
GDBusPropertyInfo* Gio::DBusPropertyInfo::gobj | ( | ) |
Provides access to the underlying C instance.
GDBusPropertyInfo* Gio::DBusPropertyInfo::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void Gio::DBusPropertyInfo::operator delete | ( | void * | , | |
size_t | ||||
) | [protected] |
void Gio::DBusPropertyInfo::reference | ( | ) | const |
Increment the reference count for this object.
You should never need to do this manually - use the object via a RefPtr instead.
void Gio::DBusPropertyInfo::unreference | ( | ) | const |
Decrement the reference count for this object.
You should never need to do this manually - use the object via a RefPtr instead.
Glib::RefPtr< Gio::DBusPropertyInfo > wrap | ( | GDBusPropertyInfo * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |