glibmm 2.66.8
Gio::DBus::SignalInfo Class Referencefinal

Stores information about a signal on a D-Bus interface. More...

#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.
 
GDBusSignalInfo * gobj ()
 Provides access to the underlying C instance.
 
const GDBusSignalInfo * gobj () const
 Provides access to the underlying C instance.
 
GDBusSignalInfo * gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
 
 SignalInfo ()=delete
 
 SignalInfo (const SignalInfo &)=delete
 
SignalInfooperator= (const SignalInfo &)=delete
 

Protected Member Functions

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

Related Symbols

(Note that these are not member symbols.)

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

Detailed Description

Stores information about a signal on a D-Bus interface.

Since glibmm 2.28

Constructor & Destructor Documentation

◆ SignalInfo() [1/2]

Gio::DBus::SignalInfo::SignalInfo ( )
delete

◆ SignalInfo() [2/2]

Gio::DBus::SignalInfo::SignalInfo ( const SignalInfo & )
delete

Member Function Documentation

◆ gobj() [1/2]

GDBusSignalInfo * Gio::DBus::SignalInfo::gobj ( )

Provides access to the underlying C instance.

◆ gobj() [2/2]

const GDBusSignalInfo * Gio::DBus::SignalInfo::gobj ( ) const

Provides access to the underlying C instance.

◆ gobj_copy()

GDBusSignalInfo * Gio::DBus::SignalInfo::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::SignalInfo::operator delete ( void * ,
std::size_t  )
protected

◆ operator=()

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

◆ reference()

void Gio::DBus::SignalInfo::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::SignalInfo::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 Symbol Documentation

◆ wrap()

Glib::RefPtr< Gio::DBus::SignalInfo > wrap ( GDBusSignalInfo * 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.