/* * e-file-request.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see <http://www.gnu.org/licenses/> * */ #if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION) #error "Only <e-util/e-util.h> should be included directly." #endif #ifndef E_FILE_REQUEST_H #define E_FILE_REQUEST_H #define LIBSOUP_USE_UNSTABLE_REQUEST_API #include <libsoup/soup.h> #include <libsoup/soup-request.h> /* Standard GObject macros */ #define E_TYPE_FILE_REQUEST \ (e_file_request_get_type ()) #define E_FILE_REQUEST(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_FILE_REQUEST, EFileRequest)) #define E_FILE_REQUEST_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_FILE_REQUEST, EFileRequestClass)) #define E_IS_FILE_REQUEST(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_FILE_REQUEST)) #define E_IS_FILE_REQUEST_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_FILE_REQUEST)) #define E_FILE_REQUEST_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_FILE_REQUEST, EFileRequestClass)) G_BEGIN_DECLS typedef struct _EFileRequest EFileRequest; typedef struct _EFileRequestClass EFileRequestClass; typedef struct _EFileRequestPrivate EFileRequestPrivate; struct _EFileRequest { SoupRequest parent; EFileRequestPrivate *priv; }; struct _EFileRequestClass { SoupRequestClass parent; }; GType e_file_request_get_type (void) G_GNUC_CONST; G_END_DECLS #endif /* E_FILE_REQUEST_H */ tion> <option value='2018Q1'>2018Q1</option> <option value='2018Q2'>2018Q2</option> <option value='2018Q3'>2018Q3</option> <option value='2018Q4'>2018Q4</option> <option value='2019Q1'>2019Q1</option> <option value='2019Q2'>2019Q2</option> <option value='2019Q3'>2019Q3</option> <option value='2019Q4'>2019Q4</option> <option value='2020Q1'>2020Q1</option> <option value='2020Q2'>2020Q2</option> <option value='2020Q3'>2020Q3</option> <option value='2020Q4'>2020Q4</option> <option value='2021Q1'>2021Q1</option> <option value='2021Q2'>2021Q2</option> <option value='2021Q3'>2021Q3</option> <option value='2021Q4'>2021Q4</option> <option value='2022Q1'>2022Q1</option> <option value='2022Q2'>2022Q2</option> <option value='2022Q3'>2022Q3</option> <option value='2022Q4'>2022Q4</option> <option value='2023Q1'>2023Q1</option> <option value='2023Q2'>2023Q2</option> <option value='2023Q3'>2023Q3</option> <option value='2023Q4'>2023Q4</option> <option value='2024Q1'>2024Q1</option> <option value='2024Q2'>2024Q2</option> <option value='2024Q3'>2024Q3</option> <option value='2024Q4'>2024Q4</option> <option value='2025Q1'>2025Q1</option> <option value='2025Q2'>2025Q2</option> <option value='2025Q3'>2025Q3</option> <option value='branches/2014Q1'>branches/2014Q1</option> <option value='branches/2014Q2'>branches/2014Q2</option> <option value='branches/2014Q3'>branches/2014Q3</option> <option value='branches/2014Q4'>branches/2014Q4</option> <option value='branches/2015Q1'>branches/2015Q1</option> <option value='branches/2015Q2'>branches/2015Q2</option> <option value='branches/2015Q3'>branches/2015Q3</option> <option value='branches/2015Q4'>branches/2015Q4</option> <option value='branches/2016Q1'>branches/2016Q1</option> <option value='branches/2016Q2'>branches/2016Q2</option> <option value='branches/2016Q3'>branches/2016Q3</option> <option value='branches/2016Q4'>branches/2016Q4</option> <option value='branches/2017Q1'>branches/2017Q1</option> <option value='branches/2017Q2'>branches/2017Q2</option> <option value='branches/2017Q3'>branches/2017Q3</option> <option value='branches/2017Q4'>branches/2017Q4</option> <option value='branches/2018Q1'>branches/2018Q1</option> <option value='branches/2018Q2'>branches/2018Q2</option> <option value='branches/2018Q3'>branches/2018Q3</option> <option value='branches/2018Q4'>branches/2018Q4</option> <option value='branches/2019Q1'>branches/2019Q1</option> <option value='branches/2019Q2'>branches/2019Q2</option> <option value='branches/2019Q3'>branches/2019Q3</option> <option value='branches/2019Q4'>branches/2019Q4</option> <option value='branches/2020Q1'>branches/2020Q1</option> <option value='branches/2020Q2'>branches/2020Q2</option> <option value='branches/2020Q3'>branches/2020Q3</option> <option value='branches/2020Q4'>branches/2020Q4</option> <option value='branches/2021Q1'>branches/2021Q1</option> <option value='branches/RELEASE_8_4_0'>branches/RELEASE_8_4_0</option> <option value='branches/RELENG_2_1_0'>branches/RELENG_2_1_0</option> <option value='branches/RELENG_2_2'>branches/RELENG_2_2</option> <option value='branches/RELENG_9_1_0'>branches/RELENG_9_1_0</option> <option value='branches/RELENG_9_2_0'>branches/RELENG_9_2_0</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3'>dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.15'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.15</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash.template-4.5.0'>dependabot/npm_and_yarn/devel/electron4/files/lodash.template-4.5.0</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2' selected='selected'>dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2</option> <option value='main'>main</option> <option value='master'>master</option> <option value='svn_head'>svn_head</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>FreeBSD Ports (https://github.com/freebsd/freebsd-ports)</td><td class='sub right'></td></tr></table> <table class='tabs'><tr><td> <a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/about/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>about</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>summary</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/refs/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>refs</a><a class='active' href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>log</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/tree/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>tree</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>commit</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/diff/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>diff</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/stats/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/net/netscript'> <input type='hidden' name='h' value='dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'/><input type='hidden' name='id' value='57f4d7251a2cdd061265a61adbdcd56d97fbc079'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>root</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/net?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>net</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079'>netscript</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=57f4d7251a2cdd061265a61adbdcd56d97fbc079&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Age</th><th class='left'>Files</th><th class='left'>Lines</th></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=c3145e3f5817c01ebd519ddc086468ea35c4df31'>net/netscript: Remove GTK1 option</a></td><td>tobik</td><td><span title='2019-02-01 22:34:29 +0800'>2019-02-01</span></td><td>1</td><td><span class='deletions'>-7</span>/<span class='insertions'>+2</span></td></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=36ac24586b079eea14486a462f7de535e2cd623d'>- Add LICENSE</a></td><td>amdmi3</td><td><span title='2016-10-18 17:03:49 +0800'>2016-10-18</span></td><td>2</td><td><span class='deletions'>-22</span>/<span class='insertions'>+26</span></td></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=9d108cbbdb7b2c70e4695b48611bf98698da8ae1'>net/netscript: Link with libncurses, not libcurses</a></td><td>marino</td><td><span title='2016-02-05 20:44:04 +0800'>2016-02-05</span></td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+1</span></td></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=261bbba88410d36594e6abc25f159144c4bcb4d1'>Typos, whitespace and capitalization fixes (G-P).</a></td><td>olgeni</td><td><span title='2015-09-21 04:54:08 +0800'>2015-09-21</span></td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+1</span></td></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764'>Convert a bunch of EXTRACT_SUFX=... into USES=tar:...</a></td><td>adamw</td><td><span title='2014-07-30 03:11:51 +0800'>2014-07-30</span></td><td>1</td><td><span class='deletions'>-2</span>/<span class='insertions'>+1</span></td></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/net/netscript?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=7bb7a89c830b7b1b05ce93af6cf5841e2b5981c8'>- Fix build on -current</a></td><td>pawel</td><td><span title='2013-12-25 20:45:39 +0800'>2013-12-25</span>