Stores information about a method on an D-Bus interface.  
 More...
#include </home/kjell/checkout/gnome/glibmm/gio/giomm/dbusintrospection.h>
Stores information about a method on an D-Bus interface. 
- Since glibmm 2.28:
  
  | 
        
          | Gio::DBus::MethodInfo::MethodInfo | ( |  | ) |  |  | delete | 
 
 
  
  | 
        
          | Gio::DBus::MethodInfo::MethodInfo | ( | const MethodInfo& |  | ) |  |  | delete | 
 
 
      
        
          | GDBusMethodInfo* Gio::DBus::MethodInfo::gobj | ( |  | ) |  | 
      
 
Provides access to the underlying C instance. 
 
 
      
        
          | const GDBusMethodInfo* Gio::DBus::MethodInfo::gobj | ( |  | ) | const | 
      
 
Provides access to the underlying C instance. 
 
 
      
        
          | GDBusMethodInfo* Gio::DBus::MethodInfo::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::MethodInfo::operator delete | ( | void * | , |  
          |  |  | std::size_t |  |  
          |  | ) |  |  |  | protected | 
 
 
      
        
          | void Gio::DBus::MethodInfo::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::MethodInfo::unreference | ( |  | ) | const | 
      
 
Decrement the reference count for this object. 
You should never need to do this manually - use the object via a RefPtr instead. 
 
 
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.