gnome-keyring-1 Reference Manual

Synopsis

public class ItemInfo {
    public                              ItemInfo                  (  ) ;


    public    weak ItemInfo             copy                      (  ) ;
    public    ulong                     get_ctime                 (  ) ;
    public    weak string               get_display_name          (  ) ;
    public    ulong                     get_mtime                 (  ) ;
    public    weak string               get_secret                (  ) ;
    public    void                      set_display_name          ( string              value ) ;
    public    void                      set_secret                ( string              value ) ;
    public    void                      set_type                  ( ItemType            type ) ;
}

ItemInfo Description

Details

Constructor Details

ItemInfo ()
    public                              ItemInfo                  (  ) ;		

Field Details

Signal Details

Property Details

Method Details

copy ()
    public    weak ItemInfo             copy                      (  ) ;		

get_ctime ()
    public    ulong                     get_ctime                 (  ) ;		

get_display_name ()
    public    weak string               get_display_name          (  ) ;		

get_mtime ()
    public    ulong                     get_mtime                 (  ) ;		

get_secret ()
    public    weak string               get_secret                (  ) ;		

set_display_name ()
    public    void                      set_display_name          ( string              value ) ;		

set_secret ()
    public    void                      set_secret                ( string              value ) ;		

set_type ()
    public    void                      set_type                  ( ItemType            type ) ;		


Created by Valadoc