glibmm 2.80.0
Public Member Functions | Protected Member Functions | Related Functions | List of all members
Gio::DBus::ArgInfo Class Referencefinal

ArgInfo - Stores information about an argument for a method or a signal. More...

#include <giomm/dbusintrospection.h>

Public Member Functions

void reference () const
 Increment the reference count for this object. More...
 
void unreference () const
 Decrement the reference count for this object. More...
 
GDBusArgInfo * gobj ()
 Provides access to the underlying C instance. More...
 
const GDBusArgInfo * gobj () const
 Provides access to the underlying C instance. More...
 
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. More...
 
 ArgInfo ()=delete
 
 ArgInfo (const ArgInfo &)=delete
 
ArgInfooperator= (const ArgInfo &)=delete
 

Protected Member Functions

void operator delete (void *, std::size_t)
 

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gio::DBus::ArgInfowrap (GDBusArgInfo * object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Detailed Description

ArgInfo - Stores information about an argument for a method or a signal.

Since glibmm 2.28:

Constructor & Destructor Documentation

◆ ArgInfo() [1/2]

Gio::DBus::ArgInfo::ArgInfo ( )
delete

◆ ArgInfo() [2/2]

Gio::DBus::ArgInfo::ArgInfo ( const ArgInfo )
delete

Member Function Documentation

◆ gobj() [1/2]

GDBusArgInfo * Gio::DBus::ArgInfo::gobj ( )

Provides access to the underlying C instance.

◆ gobj() [2/2]

const GDBusArgInfo * Gio::DBus::ArgInfo::gobj ( ) const

Provides access to the underlying C instance.

◆ gobj_copy()

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.

◆ operator delete()

void Gio::DBus::ArgInfo::operator delete ( void *  ,
std::size_t   
)
protected

◆ operator=()

ArgInfo & Gio::DBus::ArgInfo::operator= ( const ArgInfo )
delete

◆ reference()

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.

◆ unreference()

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

◆ wrap()

Glib::RefPtr< Gio::DBus::ArgInfo > wrap ( GDBusArgInfo *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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.