![]() |
Global Lender
A Pebble app for finding new and interesting loans on kiva.org
|
Go to the source code of this file.
Data Structures | |
struct | LenderInfo |
struct | CountryRec |
struct | LoanRec |
struct | KivaModel |
Typedefs | |
typedef struct CountryRec | CountryRec |
typedef struct LoanRec | LoanRec |
Functions | |
MagPebApp_ErrCode | KivaModel_init (KivaModel *this, const char *) |
typedef struct CountryRec CountryRec |
MagPebApp_ErrCode KivaModel_init | ( | KivaModel * | this, |
const char * | lenderId | ||
) |
Internal initialization
[in,out] | this | Pointer to KivaModel; must be already allocated |
[in] | lenderId | Pointer to the lender ID C-string. Identifies the lender uniquely on kiva.org. Ownership is not transferred to this function, so the caller is still responsible for freeing this variable. |