Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_piwigo_api_context_t Struct Reference
+ Collaboration diagram for _piwigo_api_context_t:

Data Fields

CURL * curl_ctx
 curl context
 
JsonParser * json_parser
 
JsonObject * response
 
gboolean authenticated
 
gchar * cookie_file
 
gchar * url
 
gchar * server
 
gchar * username
 
gchar * password
 
gchar * pwg_token
 
gboolean error_occured
 

Detailed Description

Definition at line 61 of file piwigo.c.

Field Documentation

◆ authenticated

gboolean _piwigo_api_context_t::authenticated

◆ cookie_file

gchar* _piwigo_api_context_t::cookie_file

Definition at line 68 of file piwigo.c.

Referenced by _piwigo_api_post_internal(), and _piwigo_ctx_init().

◆ curl_ctx

CURL* _piwigo_api_context_t::curl_ctx

curl context

Definition at line 64 of file piwigo.c.

Referenced by _piwigo_api_post(), _piwigo_api_post_internal(), and _piwigo_ctx_init().

◆ error_occured

gboolean _piwigo_api_context_t::error_occured

◆ json_parser

JsonParser* _piwigo_api_context_t::json_parser

Definition at line 65 of file piwigo.c.

Referenced by _piwigo_api_post_internal(), and _piwigo_ctx_init().

◆ password

gchar* _piwigo_api_context_t::password

Definition at line 73 of file piwigo.c.

Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().

◆ pwg_token

gchar* _piwigo_api_context_t::pwg_token

Definition at line 74 of file piwigo.c.

Referenced by _piwigo_api_authenticate(), and _piwigo_ctx_init().

◆ response

JsonObject* _piwigo_api_context_t::response

◆ server

gchar* _piwigo_api_context_t::server

Definition at line 71 of file piwigo.c.

Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().

◆ url

gchar* _piwigo_api_context_t::url

Definition at line 69 of file piwigo.c.

Referenced by _piwigo_api_authenticate(), _piwigo_api_post_internal(), and _piwigo_ctx_init().

◆ username

gchar* _piwigo_api_context_t::username

Definition at line 72 of file piwigo.c.

Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().


The documentation for this struct was generated from the following file: