Class (GI Struct)

Gtk-3.0GtkRecentData

Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              app_exec: string;
              app_name: string;
              description: string;
              display_name: string;
              groups: string[];
              is_private: boolean;
              mime_type: string;
          },
      >

    Returns Gtk.RecentData

Properties

app_exec: string
app_name: string
description: string
display_name: string
groups: string[]
is_private: boolean
mime_type: string