![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
| gboolean _piwigo_api_context_t::authenticated |
Definition at line 67 of file piwigo.c.
Referenced by _piwigo_api_post(), _piwigo_authenticate(), _piwigo_ctx_init(), _piwigo_refresh_albums(), and get_params().
| 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* _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().
| gboolean _piwigo_api_context_t::error_occured |
Definition at line 75 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), _piwigo_api_post(), _piwigo_api_post_internal(), _piwigo_authenticate(), _piwigo_ctx_init(), and _piwigo_refresh_albums().
| 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().
| gchar* _piwigo_api_context_t::password |
Definition at line 73 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().
| gchar* _piwigo_api_context_t::pwg_token |
Definition at line 74 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), and _piwigo_ctx_init().
| JsonObject* _piwigo_api_context_t::response |
Definition at line 66 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), _piwigo_api_post(), _piwigo_api_post_internal(), _piwigo_authenticate(), and _piwigo_refresh_albums().
| gchar* _piwigo_api_context_t::server |
Definition at line 71 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().
| 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().
| gchar* _piwigo_api_context_t::username |
Definition at line 72 of file piwigo.c.
Referenced by _piwigo_api_authenticate(), _piwigo_authenticate(), and get_params().