liboobs-1 Reference Manual

Synopsis

public class Group : Object  {
    public    weak string               crypted_password          { get; set; } ;
    public    weak int                  gid                       { get; set; } ;
    public    weak string               name                      { get; construct } ;
    public    weak string               password                  { set; } ;


    public                              Group                     ( string              name ) ;


    public    void                      add_user                  ( User                user ) ;
    public    void                      clear_users               (  ) ;
    public    long                      get_gid                   (  ) ;
    public    weak string               get_name                  (  ) ;
    public    weak GLib.List            get_users                 (  ) ;
    public    void                      remove_user               ( User                user ) ;
    public    void                      set_crypted_password      ( string              crypted_password ) ;
    public    void                      set_gid                   ( long                gid ) ;
    public    void                      set_password              ( string              password ) ;
}

Group Description

Details

Constructor Details

Group ()
    public                              Group                     ( string              name ) ;		

Field Details

Signal Details

Property Details

crypted_password
    public    weak string               crypted_password          { get; set; } ;		

gid
    public    weak int                  gid                       { get; set; } ;		

name
    public    weak string               name                      { get; construct } ;		

password
    public    weak string               password                  { set; } ;		

Method Details

add_user ()
    public    void                      add_user                  ( User                user ) ;		

clear_users ()
    public    void                      clear_users               (  ) ;		

get_gid ()
    public    long                      get_gid                   (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

get_users ()
    public    weak GLib.List            get_users                 (  ) ;		

remove_user ()
    public    void                      remove_user               ( User                user ) ;		

set_crypted_password ()
    public    void                      set_crypted_password      ( string              crypted_password ) ;		

set_gid ()
    public    void                      set_gid                   ( long                gid ) ;		

set_password ()
    public    void                      set_password              ( string              password ) ;		


Created by Valadoc