Function
RBmenu_update_link
Declaration [src]
void
rb_menu_update_link (
  GMenu* menu,
  const char* link_attr,
  GMenuModel* target
)
      Parameters
menu- 
            
Type:
GMenuMenu to update.
The data is owned by the caller of the function.  link_attr- 
            
Type:
const char*Attribute indicating the menu link to update.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  target- 
            
Type:
GMenuModelNew menu link target.
The data is owned by the caller of the function.