ArgInfo - Stores information about an argument for a method or a signal. More...
#include <giomm/dbusintrospection.h>
List of all members.
Public Member Functions |
void | reference () const |
| Increment the reference count for this object.
|
void | unreference () const |
| Decrement the reference count for this object.
|
GDBusArgInfo* | gobj () |
| Provides access to the underlying C instance.
|
const GDBusArgInfo* | gobj () const |
| Provides access to the underlying C instance.
|
GDBusArgInfo* | gobj_copy () const |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
Detailed Description
ArgInfo - Stores information about an argument for a method or a signal.
- Since glibmm 2.28:
Constructor & Destructor Documentation
Gio::DBus::ArgInfo::ArgInfo |
( |
| ) |
|
|
protected |
Member Function Documentation
GDBusArgInfo* Gio::DBus::ArgInfo::gobj |
( |
| ) |
|
Provides access to the underlying C instance.
const GDBusArgInfo* Gio::DBus::ArgInfo::gobj |
( |
| ) |
const |
Provides access to the underlying C instance.
GDBusArgInfo* Gio::DBus::ArgInfo::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::DBus::ArgInfo::operator delete |
( |
void * |
, |
|
|
size_t |
|
|
) |
| |
|
protected |
void Gio::DBus::ArgInfo::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::DBus::ArgInfo::unreference |
( |
| ) |
const |
Decrement the reference count for this object.
You should never need to do this manually - use the object via a RefPtr instead.
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
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. |
- Returns:
- A C++ instance that wraps this C instance.