Class sys_notify_interface.  
 More...
  
  | 
        
          | elm::sys_notify_interface::sys_notify_interface | ( | ::efl::eo::parent_type | _p | ) |  |  | inlineexplicit | 
 
 
  
  | 
        
          | elm::sys_notify_interface::sys_notify_interface | ( | Eo * | eo | ) |  |  | inlineexplicit | 
 
Eo Constructor. 
Constructs the object from an Eo* pointer stealing its ownership.
- Parameters
- 
  
  
 
 
  
  | 
        
          | elm::sys_notify_interface::sys_notify_interface | ( | std::nullptr_t |  | ) |  |  | inlineexplicit | 
 
nullptr_t Constructor. 
Constructs an empty (null) object. 
 
 
      
        
          | void elm::sys_notify_interface::close | ( | unsigned int | id_ | ) | const | 
      
 
 
      
        
          | void elm::sys_notify_interface::send | ( | unsigned int | replaces_id_, | 
        
          |  |  | ::efl::eina::string_view | icon_, | 
        
          |  |  | ::efl::eina::string_view | summary_, | 
        
          |  |  | ::efl::eina::optional< ::efl::eina::string_view > | body_, | 
        
          |  |  | Elm_Sys_Notify_Urgency | urgency_, | 
        
          |  |  | int | timeout_, | 
        
          |  |  | Elm_Sys_Notify_Send_Cb | cb_, | 
        
          |  |  | const void * | cb_data_ | 
        
          |  | ) |  | const | 
      
 
- Parameters
- 
  
    | replaces_id |  |  | icon |  |  | summary |  |  | body |  |  | urgency |  |  | timeout |  |  | cb |  |  | cb_data |  |  
 
 
 
      
        
          | void elm::sys_notify_interface::simple_send | ( | ::efl::eina::string_view | icon_, | 
        
          |  |  | ::efl::eina::string_view | summary_, | 
        
          |  |  | ::efl::eina::string_view | body_ | 
        
          |  | ) |  | const |