Home
last modified time | relevance | path

Searched refs:READ_JSON_VALUE (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-twitch.c498 READ_JSON_VALUE("name", data->name); in parse_channel()
559 READ_JSON_VALUE("name", data->name); in parse_game()
598 READ_JSON_VALUE("sig", ret->sig); in gt_twitch_stream_access_token()
599 READ_JSON_VALUE("token", ret->token); in gt_twitch_stream_access_token()
2059 READ_JSON_VALUE("_total", *total); in fetch_followed_streams()
2113 READ_JSON_VALUE("_total", *total); in fetch_followed_channels()
2587 READ_JSON_VALUE("_id", ret->id); in gt_twitch_fetch_user_info()
2588 READ_JSON_VALUE("name", ret->name); in gt_twitch_fetch_user_info()
2591 READ_JSON_VALUE("email", ret->email); in gt_twitch_fetch_user_info()
2600 READ_JSON_VALUE("type", ret->type); in gt_twitch_fetch_user_info()
[all …]
H A Dgt-player.c191 #define READ_JSON_VALUE(name, p) \ in load_channel_settings() macro
245 READ_JSON_VALUE("dark-theme", settings->dark_theme); in load_channel_settings()
246 READ_JSON_VALUE("visible", settings->visible); in load_channel_settings()
247 READ_JSON_VALUE("docked", settings->docked); in load_channel_settings()
248 READ_JSON_VALUE("opacity", settings->opacity); in load_channel_settings()
249 READ_JSON_VALUE("width", settings->width); in load_channel_settings()
250 READ_JSON_VALUE("height", settings->height); in load_channel_settings()
251 READ_JSON_VALUE("x-pos", settings->x_pos); in load_channel_settings()
252 READ_JSON_VALUE("y-pos", settings->y_pos); in load_channel_settings()
253 READ_JSON_VALUE("docked-handle-pos", settings->docked_handle_pos); in load_channel_settings()
[all …]