Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cfg_t(3) [debian man page]

cfg_t(3)							      confuse								  cfg_t(3)

NAME
cfg_t - Data structure holding information about a 'section'. SYNOPSIS
#include <confuse.h> Data Fields cfg_flag_t flags Any flags passed to cfg_init(). char * name The name of this section, the root section returned from cfg_init() is always named 'root'. cfg_opt_t * opts Array of options. char * title Optional title for this section, only set if CFGF_TITLE flag is set. char * filename Name of the file being parsed. int line Line number in the config file. cfg_errfunc_t errfunc This function (if set with cfg_set_error_function) is called for any error message. Detailed Description Data structure holding information about a 'section'. Sections can be nested. A section has a list of options (strings, numbers, booleans or other sections) grouped together. Examples: ftpconf.c, reread.c, and simple.c. Field Documentation cfg_errfunc_t cfg_t::errfunc This function (if set with cfg_set_error_function) is called for any error message. Referenced by cfg_error(), cfg_init(), cfg_set_error_function(), and cfg_setopt(). Author Generated automatically by Doxygen for confuse from the source code. Version 2.7 21 Feb 2010 cfg_t(3)

Check Out this Related Man Page

LIBMTP_folder_struct(3) 					      libmtp						   LIBMTP_folder_struct(3)

NAME
libmtp - LIBMTP_folder_struct SYNOPSIS
#include <libmtp.h> Data Fields uint32_t folder_id uint32_t parent_id uint32_t storage_id char * name LIBMTP_folder_t * sibling LIBMTP_folder_t * child Detailed Description MTP Folder structure Examples: delfile.c, folders.c, getfile.c, newfolder.c, sendfile.c, and sendtr.c. Field Documentation LIBMTP_folder_t* LIBMTP_folder_struct::child Child folder or NULL if no children Examples: folders.c. Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Find_Folder(), and LIBMTP_Get_Folder_List_For_Storage(). uint32_t LIBMTP_folder_struct::folder_id Unique folder ID Examples: folders.c. Referenced by LIBMTP_Find_Folder(), LIBMTP_Get_Folder_List_For_Storage(), LIBMTP_new_folder_t(), and LIBMTP_Set_Folder_Name(). char* LIBMTP_folder_struct::name Name of folder Examples: folders.c. Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Get_Folder_List_For_Storage(), and LIBMTP_Set_Folder_Name(). uint32_t LIBMTP_folder_struct::parent_id ID of parent folder Referenced by LIBMTP_Get_Folder_List_For_Storage(). LIBMTP_folder_t* LIBMTP_folder_struct::sibling Next folder at same level or NULL if no more Examples: folders.c. Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Find_Folder(), and LIBMTP_Get_Folder_List_For_Storage(). uint32_t LIBMTP_folder_struct::storage_id ID of storage holding this folder Referenced by LIBMTP_Get_Folder_List_For_Storage(). Author Generated automatically by Doxygen for libmtp from the source code. Version 1.1.3 Sun Feb 17 2013 LIBMTP_folder_struct(3)
Man Page