![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
gboolean _piwigo_api_context_t::authenticated |
Referenced by _piwigo_api_post(), _piwigo_authenticate(), _piwigo_ctx_init(), _piwigo_refresh_albums(), and get_params().
gchar* _piwigo_api_context_t::cookie_file |
Referenced by _piwigo_api_post_internal(), and _piwigo_ctx_init().
CURL* _piwigo_api_context_t::curl_ctx |
curl context
Referenced by _piwigo_api_post(), _piwigo_api_post_internal(), and _piwigo_ctx_init().
gboolean _piwigo_api_context_t::error_occured |
JsonParser* _piwigo_api_context_t::json_parser |
Referenced by _piwigo_api_post_internal(), and _piwigo_ctx_init().
gchar* _piwigo_api_context_t::password |
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().
gchar* _piwigo_api_context_t::pwg_token |
Referenced by _piwigo_api_authenticate(), and _piwigo_ctx_init().
JsonObject* _piwigo_api_context_t::response |
gchar* _piwigo_api_context_t::server |
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().
gchar* _piwigo_api_context_t::url |
Referenced by _piwigo_api_authenticate(), _piwigo_api_post_internal(), and _piwigo_ctx_init().
gchar* _piwigo_api_context_t::username |
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().