gtkmm 3.24.7
Public Attributes | List of all members
Gtk::RecentManager::Data Class Reference

Meta-data passed to add_item(). More...

#include <gtkmm/recentmanager.h>

Public Attributes

Glib::ustring display_name
 
Glib::ustring description
 
Glib::ustring mime_type
 
Glib::ustring app_name
 
Glib::ustring app_exec
 
std::vector< Glib::ustring > groups
 
bool is_private
 

Detailed Description

Meta-data passed to add_item().

You should use RecentManager::Data if you want to control the meta-data associated to an entry of the recently used files list when you are adding a new file to it.

Member Data Documentation

◆ app_exec

Glib::ustring Gtk::RecentManager::Data::app_exec

◆ app_name

Glib::ustring Gtk::RecentManager::Data::app_name

◆ description

Glib::ustring Gtk::RecentManager::Data::description

◆ display_name

Glib::ustring Gtk::RecentManager::Data::display_name

◆ groups

std::vector<Glib::ustring> Gtk::RecentManager::Data::groups

◆ is_private

bool Gtk::RecentManager::Data::is_private

◆ mime_type

Glib::ustring Gtk::RecentManager::Data::mime_type