Skip to content

Commit

Permalink
doxy refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetmertguduz committed May 13, 2024
1 parent 5823ce0 commit 15828ae
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 63 deletions.
23 changes: 8 additions & 15 deletions docs/html/d0/de2/yiffy__messages_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<tr class="memitem:ab360dcc8796de6e212175d6c4c77477d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/de2/yiffy__messages_8h.html#ab360dcc8796de6e212175d6c4c77477d">no_home_error_msg</a> ()</td></tr>
<tr class="memdesc:ab360dcc8796de6e212175d6c4c77477d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Outputs the home not found error when application can not access the $HOME environment variable. <a href="../../d0/de2/yiffy__messages_8h.html#ab360dcc8796de6e212175d6c4c77477d">More...</a><br /></td></tr>
<tr class="separator:ab360dcc8796de6e212175d6c4c77477d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a94c5cd5af84c1b87e2dbf95cb2cbce90"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/de2/yiffy__messages_8h.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">file_open_error_msg</a> (FILE *file)</td></tr>
<tr class="memdesc:a94c5cd5af84c1b87e2dbf95cb2cbce90"><td class="mdescLeft">&#160;</td><td class="mdescRight">Shows some information about file permissions when yiffy is not able to read file. <br />
<a href="../../d0/de2/yiffy__messages_8h.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">More...</a><br /></td></tr>
<tr class="separator:a94c5cd5af84c1b87e2dbf95cb2cbce90"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86dae457f49acffe2f59c6072cdec928"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/de2/yiffy__messages_8h.html#a86dae457f49acffe2f59c6072cdec928">file_open_error_msg</a> ()</td></tr>
<tr class="memdesc:a86dae457f49acffe2f59c6072cdec928"><td class="mdescLeft">&#160;</td><td class="mdescRight">Shows some information about file permissions when yiffy is not able to read file. <br />
<a href="../../d0/de2/yiffy__messages_8h.html#a86dae457f49acffe2f59c6072cdec928">More...</a><br /></td></tr>
<tr class="separator:a86dae457f49acffe2f59c6072cdec928"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaaed77adad2afa7f86c4d4c4703564aa"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/de2/yiffy__messages_8h.html#aaaed77adad2afa7f86c4d4c4703564aa">no_json_error_msg</a> (FILE *json_file)</td></tr>
<tr class="memdesc:aaaed77adad2afa7f86c4d4c4703564aa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Outputs the error when there is no JSON file. <a href="../../d0/de2/yiffy__messages_8h.html#aaaed77adad2afa7f86c4d4c4703564aa">More...</a><br /></td></tr>
<tr class="separator:aaaed77adad2afa7f86c4d4c4703564aa"><td class="memSeparator" colspan="2">&#160;</td></tr>
Expand Down Expand Up @@ -440,32 +440,25 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac4967f114291f160f3f6f916

</div>
</div>
<a id="a94c5cd5af84c1b87e2dbf95cb2cbce90" name="a94c5cd5af84c1b87e2dbf95cb2cbce90"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a94c5cd5af84c1b87e2dbf95cb2cbce90">&#9670;&nbsp;</a></span>file_open_error_msg()</h2>
<a id="a86dae457f49acffe2f59c6072cdec928" name="a86dae457f49acffe2f59c6072cdec928"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a86dae457f49acffe2f59c6072cdec928">&#9670;&nbsp;</a></span>file_open_error_msg()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void file_open_error_msg </td>
<td>(</td>
<td class="paramtype">FILE *&#160;</td>
<td class="paramname"><em>file</em></td><td>)</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Shows some information about file permissions when yiffy is not able to read file. <br />
</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">file</td><td>This is used to close the file. </td></tr>
</table>
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="../../db/df9/file__open__error__msg_8c_source.html#l00018">18</a> of file <a class="el" href="../../db/df9/file__open__error__msg_8c_source.html">file_open_error_msg.c</a>.</p>
<p class="definition">Definition at line <a class="el" href="../../db/df9/file__open__error__msg_8c_source.html#l00016">16</a> of file <a class="el" href="../../db/df9/file__open__error__msg_8c_source.html">file_open_error_msg.c</a>.</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/d0/de2/yiffy__messages_8h.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var yiffy__messages_8h =
[ "color_comp_error_msg", "d0/de2/yiffy__messages_8h.html#af050e19d72fa5f083e33bdcb40d87934", null ],
[ "conf_successful_msg", "d0/de2/yiffy__messages_8h.html#a4c232dc73b53a88d1d351208928e889c", null ],
[ "extra_arg_error_msg", "d0/de2/yiffy__messages_8h.html#ac4967f114291f160f3f6f916b57887cc", null ],
[ "file_open_error_msg", "d0/de2/yiffy__messages_8h.html#a94c5cd5af84c1b87e2dbf95cb2cbce90", null ],
[ "file_open_error_msg", "d0/de2/yiffy__messages_8h.html#a86dae457f49acffe2f59c6072cdec928", null ],
[ "json_parse_error_msg", "d0/de2/yiffy__messages_8h.html#a1cee29a606052cf745b98ca6f4d74d10", null ],
[ "malloc_error_msg", "d0/de2/yiffy__messages_8h.html#a8f2c3050fed77b86a432d485cde3ade1", null ],
[ "no_arg_value_msg", "d0/de2/yiffy__messages_8h.html#a2104c256bb9f09a63fb38bc5ff530eca", null ],
Expand Down
4 changes: 2 additions & 2 deletions docs/html/d0/de2/yiffy__messages_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#a020d66de7fd128881c8398247a0d0bdd">argc_error_msg</a>(<span class="keywordtype">int</span> argc);</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#ac4967f114291f160f3f6f916b57887cc">extra_arg_error_msg</a>(<span class="keywordtype">char</span> *argument);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#ab360dcc8796de6e212175d6c4c77477d">no_home_error_msg</a>();</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">file_open_error_msg</a>(FILE *file);</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#a86dae457f49acffe2f59c6072cdec928">file_open_error_msg</a>();</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#aaaed77adad2afa7f86c4d4c4703564aa">no_json_error_msg</a>(FILE *json_file);</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#a1cee29a606052cf745b98ca6f4d74d10">json_parse_error_msg</a>();</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d0/de2/yiffy__messages_8h.html#a2d26f407e1cd042bfff35c4fdb673550">no_results_error_msg</a>();</div>
Expand All @@ -145,8 +145,8 @@
<div class="ttc" id="ayiffy__messages_8h_html_a4c232dc73b53a88d1d351208928e889c"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a4c232dc73b53a88d1d351208928e889c">conf_successful_msg</a></div><div class="ttdeci">void conf_successful_msg(char *option, char *argv)</div><div class="ttdoc">Shows some information when cjson root gives error.</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/dd7/conf__successful__msg_8c_source.html#l00019">conf_successful_msg.c:19</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_a5c9e516a330fca51d5c0c7be7e44c327"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a5c9e516a330fca51d5c0c7be7e44c327">access_error_msg</a></div><div class="ttdeci">void access_error_msg()</div><div class="ttdoc">Checks the accessibility to the e621/e926 api.</div><div class="ttdef"><b>Definition:</b> <a href="../../db/df8/access__error__msg_8c_source.html#l00016">access_error_msg.c:16</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_a60eb77988fcf4ce24e3108507945e543"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a60eb77988fcf4ce24e3108507945e543">on_off_msg</a></div><div class="ttdeci">void on_off_msg(char *argument)</div><div class="ttdoc">Outputs the correct argument value (on/off) for specified options.</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d8a/on__off__msg_8c_source.html#l00018">on_off_msg.c:18</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_a86dae457f49acffe2f59c6072cdec928"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a86dae457f49acffe2f59c6072cdec928">file_open_error_msg</a></div><div class="ttdeci">void file_open_error_msg()</div><div class="ttdoc">Shows some information about file permissions when yiffy is not able to read file.</div><div class="ttdef"><b>Definition:</b> <a href="../../db/df9/file__open__error__msg_8c_source.html#l00016">file_open_error_msg.c:16</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_a8f2c3050fed77b86a432d485cde3ade1"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a8f2c3050fed77b86a432d485cde3ade1">malloc_error_msg</a></div><div class="ttdeci">void malloc_error_msg()</div><div class="ttdoc">Shows some information when yiffy cannot allocate memory.</div><div class="ttdef"><b>Definition:</b> <a href="../../d4/ddf/malloc__error__msg_8c_source.html#l00016">malloc_error_msg.c:16</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_a94c5cd5af84c1b87e2dbf95cb2cbce90"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">file_open_error_msg</a></div><div class="ttdeci">void file_open_error_msg(FILE *file)</div><div class="ttdoc">Shows some information about file permissions when yiffy is not able to read file.</div><div class="ttdef"><b>Definition:</b> <a href="../../db/df9/file__open__error__msg_8c_source.html#l00018">file_open_error_msg.c:18</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_aa2139f028bdd1f14dcd7c65eabf8a14f"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#aa2139f028bdd1f14dcd7c65eabf8a14f">window_create_error_msg</a></div><div class="ttdeci">void window_create_error_msg()</div><div class="ttdoc">Gives information about the window creation error.</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/d12/window__create__error__msg_8c_source.html#l00016">window_create_error_msg.c:16</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_aaaed77adad2afa7f86c4d4c4703564aa"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#aaaed77adad2afa7f86c4d4c4703564aa">no_json_error_msg</a></div><div class="ttdeci">void no_json_error_msg(FILE *json_file)</div><div class="ttdoc">Outputs the error when there is no JSON file.</div><div class="ttdef"><b>Definition:</b> <a href="../../d0/d31/no__json__error__msg_8c_source.html#l00018">no_json_error_msg.c:18</a></div></div>
<div class="ttc" id="ayiffy__messages_8h_html_ab360dcc8796de6e212175d6c4c77477d"><div class="ttname"><a href="../../d0/de2/yiffy__messages_8h.html#ab360dcc8796de6e212175d6c4c77477d">no_home_error_msg</a></div><div class="ttdeci">void no_home_error_msg()</div><div class="ttdoc">Outputs the home not found error when application can not access the $HOME environment variable.</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/de7/no__home__error__msg_8c_source.html#l00016">no_home_error_msg.c:16</a></div></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/d1/d14/fetch_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordflow">if</span> (config == NULL) </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> {</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="../../db/df9/file__open__error__msg_8c.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">file_open_error_msg</a>(config);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="../../db/df9/file__open__error__msg_8c.html#a86dae457f49acffe2f59c6072cdec928">file_open_error_msg</a>();</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> exit(EXIT_FAILURE);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
Expand Down Expand Up @@ -294,7 +294,7 @@
<div class="ttc" id="afetch_8c_html_a41f382b6bd05c9776641fb4bc5024afa"><div class="ttname"><a href="../../d1/d14/fetch_8c.html#a41f382b6bd05c9776641fb4bc5024afa">fetch</a></div><div class="ttdeci">void fetch(char *tags, int page, char *command)</div><div class="ttdoc">Reads the configuration file, sets the options and sends a request to e621-e926. After taking the res...</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d14/fetch_8c_source.html#l00032">fetch.c:32</a></div></div>
<div class="ttc" id="afetch_8c_html_ad4d796b98c583d49e83adabd74a63bf6"><div class="ttname"><a href="../../d1/d14/fetch_8c.html#ad4d796b98c583d49e83adabd74a63bf6">MAX_BUFFER_SIZE</a></div><div class="ttdeci">#define MAX_BUFFER_SIZE</div><div class="ttdoc">This macro is used to set the default size for reading the config file.</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d14/fetch_8c_source.html#l00016">fetch.c:16</a></div></div>
<div class="ttc" id="afetch_8c_html_aff9b7f6d81297248bf0ad06d725c8cbb"><div class="ttname"><a href="../../d1/d14/fetch_8c.html#aff9b7f6d81297248bf0ad06d725c8cbb">CONTENT_SIZE</a></div><div class="ttdeci">#define CONTENT_SIZE</div><div class="ttdoc">This macro is used to set the default size for reading the JSON file that comes as a response from th...</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d14/fetch_8c_source.html#l00017">fetch.c:17</a></div></div>
<div class="ttc" id="afile__open__error__msg_8c_html_a94c5cd5af84c1b87e2dbf95cb2cbce90"><div class="ttname"><a href="../../db/df9/file__open__error__msg_8c.html#a94c5cd5af84c1b87e2dbf95cb2cbce90">file_open_error_msg</a></div><div class="ttdeci">void file_open_error_msg(FILE *file)</div><div class="ttdoc">Shows some information about file permissions when yiffy is not able to read file.</div><div class="ttdef"><b>Definition:</b> <a href="../../db/df9/file__open__error__msg_8c_source.html#l00018">file_open_error_msg.c:18</a></div></div>
<div class="ttc" id="afile__open__error__msg_8c_html_a86dae457f49acffe2f59c6072cdec928"><div class="ttname"><a href="../../db/df9/file__open__error__msg_8c.html#a86dae457f49acffe2f59c6072cdec928">file_open_error_msg</a></div><div class="ttdeci">void file_open_error_msg()</div><div class="ttdoc">Shows some information about file permissions when yiffy is not able to read file.</div><div class="ttdef"><b>Definition:</b> <a href="../../db/df9/file__open__error__msg_8c_source.html#l00016">file_open_error_msg.c:16</a></div></div>
<div class="ttc" id="ajson__parse__error__msg_8c_html_a1cee29a606052cf745b98ca6f4d74d10"><div class="ttname"><a href="../../d9/d32/json__parse__error__msg_8c.html#a1cee29a606052cf745b98ca6f4d74d10">json_parse_error_msg</a></div><div class="ttdeci">void json_parse_error_msg()</div><div class="ttdoc">Outputs the error message when application can not parse the JSON content.</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d32/json__parse__error__msg_8c_source.html#l00016">json_parse_error_msg.c:16</a></div></div>
<div class="ttc" id="amalloc__error__msg_8c_html_a8f2c3050fed77b86a432d485cde3ade1"><div class="ttname"><a href="../../d4/ddf/malloc__error__msg_8c.html#a8f2c3050fed77b86a432d485cde3ade1">malloc_error_msg</a></div><div class="ttdeci">void malloc_error_msg()</div><div class="ttdoc">Shows some information when yiffy cannot allocate memory.</div><div class="ttdef"><b>Definition:</b> <a href="../../d4/ddf/malloc__error__msg_8c_source.html#l00016">malloc_error_msg.c:16</a></div></div>
<div class="ttc" id="ano__home__error__msg_8c_html_ab360dcc8796de6e212175d6c4c77477d"><div class="ttname"><a href="../../d5/de7/no__home__error__msg_8c.html#ab360dcc8796de6e212175d6c4c77477d">no_home_error_msg</a></div><div class="ttdeci">void no_home_error_msg()</div><div class="ttdoc">Outputs the home not found error when application can not access the $HOME environment variable.</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/de7/no__home__error__msg_8c_source.html#l00016">no_home_error_msg.c:16</a></div></div>
Expand Down
Loading

0 comments on commit 15828ae

Please sign in to comment.