[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkRecentData

Declaration

Source position: lazgtk3.pas line 11908

type TGtkRecentData = record

  display_name: Pgchar;

  

  description: Pgchar;

  

  mime_type: Pgchar;

  

  app_name: Pgchar;

  

  app_exec: Pgchar;

  

  groups: PPgchar;

  

  is_private: gboolean;

  

end;