public class RecentInfo : Boxed {
public bool exists ( ) ;
public ulong get_added ( ) ;
public int get_age ( ) ;
public bool get_application_info ( string app_name,
string app_exec,
uint count,
ulong time_ ) ;
public weak string get_applications ( ulong length ) ;
public weak string get_description ( ) ;
public weak string get_display_name ( ) ;
public weak string get_groups ( ulong length ) ;
public weak Gdk.Pixbuf get_icon ( int size ) ;
public weak string get_mime_type ( ) ;
public ulong get_modified ( ) ;
public bool get_private_hint ( ) ;
public weak string get_short_name ( ) ;
public weak string get_uri ( ) ;
public weak string get_uri_display ( ) ;
public ulong get_visited ( ) ;
public bool has_application ( string app_name ) ;
public bool has_group ( string group_name ) ;
public bool is_local ( ) ;
public weak string last_application ( ) ;
public bool match ( RecentInfo info_b ) ;
}

public bool exists ( ) ;
public ulong get_added ( ) ;
public int get_age ( ) ;
public bool get_application_info ( string app_name,
string app_exec,
uint count,
ulong time_ ) ;
public weak string get_applications ( ulong length ) ;
public weak string get_description ( ) ;
public weak string get_display_name ( ) ;
public weak string get_groups ( ulong length ) ;
public weak Gdk.Pixbuf get_icon ( int size ) ;
public weak string get_mime_type ( ) ;
public ulong get_modified ( ) ;
public bool get_private_hint ( ) ;
public weak string get_short_name ( ) ;
public weak string get_uri ( ) ;
public weak string get_uri_display ( ) ;
public ulong get_visited ( ) ;
public bool has_application ( string app_name ) ;
public bool has_group ( string group_name ) ;
public bool is_local ( ) ;
public weak string last_application ( ) ;
public bool match ( RecentInfo info_b ) ;
Created by Valadoc