#include <DBusUtil.h>
 | 
| static CVariant  | GetAll (const char *destination, const char *object, const char *interface) | 
|   | 
| static CVariant  | GetVariant (const char *destination, const char *object, const char *interface, const char *property) | 
|   | 
| static bool  | TryMethodCall (DBusBusType bus, const char *destination, const char *object, const char *interface, const char *method) | 
|   | 
| static bool  | TryMethodCall (DBusBusType bus, std::string const &destination, std::string const &object, std::string const &interface, std::string const &method) | 
|   | 
◆ GetAll()
  
  
      
        
          | CVariant CDBusUtil::GetAll  | 
          ( | 
          const char * |           destination,  | 
         
        
           | 
           | 
          const char * |           object,  | 
         
        
           | 
           | 
          const char * |           interface ) | 
         
       
   | 
  
static   | 
  
 
 
◆ GetVariant()
  
  
      
        
          | CVariant CDBusUtil::GetVariant  | 
          ( | 
          const char * |           destination,  | 
         
        
           | 
           | 
          const char * |           object,  | 
         
        
           | 
           | 
          const char * |           interface,  | 
         
        
           | 
           | 
          const char * |           property ) | 
         
       
   | 
  
static   | 
  
 
 
◆ TryMethodCall() [1/2]
  
  
      
        
          | bool CDBusUtil::TryMethodCall  | 
          ( | 
          DBusBusType |           bus,  | 
         
        
           | 
           | 
          const char * |           destination,  | 
         
        
           | 
           | 
          const char * |           object,  | 
         
        
           | 
           | 
          const char * |           interface,  | 
         
        
           | 
           | 
          const char * |           method ) | 
         
       
   | 
  
static   | 
  
 
Try to call a DBus method and return whether the call succeeded 
 
 
◆ TryMethodCall() [2/2]
  
  
      
        
          | bool CDBusUtil::TryMethodCall  | 
          ( | 
          DBusBusType |           bus,  | 
         
        
           | 
           | 
          std::string const & |           destination,  | 
         
        
           | 
           | 
          std::string const & |           object,  | 
         
        
           | 
           | 
          std::string const & |           interface,  | 
         
        
           | 
           | 
          std::string const & |           method ) | 
         
       
   | 
  
static   | 
  
 
Try to call a DBus method and return whether the call succeeded 
 
 
The documentation for this class was generated from the following files: