1 | /* |
2 | * This file is part of the WebKit open source project. |
3 | * |
4 | * This library is free software; you can redistribute it and/or |
5 | * modify it under the terms of the GNU Library General Public |
6 | * License as published by the Free Software Foundation; either |
7 | * version 2 of the License, or (at your option) any later version. |
8 | * |
9 | * This library is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 | * Library General Public License for more details. |
13 | * |
14 | * You should have received a copy of the GNU Library General Public License |
15 | * along with this library; see the file COPYING.LIB. If not, write to |
16 | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
17 | * Boston, MA 02110-1301, USA. |
18 | */ |
19 | |
20 | #if !defined(__WEBKITDOM_H_INSIDE__) && !defined(BUILDING_WEBKIT) |
21 | #error "Only <webkitdom/webkitdom.h> can be included directly." |
22 | #endif |
23 | |
24 | #ifndef WebKitDOMHTMLAnchorElement_h |
25 | #define WebKitDOMHTMLAnchorElement_h |
26 | |
27 | #include <glib-object.h> |
28 | #include <webkitdom/WebKitDOMHTMLElement.h> |
29 | #include <webkitdom/webkitdomdefines.h> |
30 | |
31 | G_BEGIN_DECLS |
32 | |
33 | #define WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT (webkit_dom_html_anchor_element_get_type()) |
34 | #define WEBKIT_DOM_HTML_ANCHOR_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT, WebKitDOMHTMLAnchorElement)) |
35 | #define WEBKIT_DOM_HTML_ANCHOR_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT, WebKitDOMHTMLAnchorElementClass) |
36 | #define WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT)) |
37 | #define WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT)) |
38 | #define WEBKIT_DOM_HTML_ANCHOR_ELEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_DOM_TYPE_HTML_ANCHOR_ELEMENT, WebKitDOMHTMLAnchorElementClass)) |
39 | |
40 | struct _WebKitDOMHTMLAnchorElement { |
41 | WebKitDOMHTMLElement parent_instance; |
42 | }; |
43 | |
44 | struct _WebKitDOMHTMLAnchorElementClass { |
45 | WebKitDOMHTMLElementClass parent_class; |
46 | }; |
47 | |
48 | WEBKIT_DEPRECATED GType |
49 | webkit_dom_html_anchor_element_get_type(void); |
50 | |
51 | /** |
52 | * webkit_dom_html_anchor_element_get_charset: |
53 | * @self: A #WebKitDOMHTMLAnchorElement |
54 | * |
55 | * Returns: A #gchar |
56 | * |
57 | * Deprecated: 2.22: Use JavaScriptCore API instead |
58 | **/ |
59 | WEBKIT_DEPRECATED gchar* |
60 | webkit_dom_html_anchor_element_get_charset(WebKitDOMHTMLAnchorElement* self); |
61 | |
62 | /** |
63 | * webkit_dom_html_anchor_element_set_charset: |
64 | * @self: A #WebKitDOMHTMLAnchorElement |
65 | * @value: A #gchar |
66 | * |
67 | * |
68 | * Deprecated: 2.22: Use JavaScriptCore API instead |
69 | **/ |
70 | WEBKIT_DEPRECATED void |
71 | webkit_dom_html_anchor_element_set_charset(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
72 | |
73 | /** |
74 | * webkit_dom_html_anchor_element_get_coords: |
75 | * @self: A #WebKitDOMHTMLAnchorElement |
76 | * |
77 | * Returns: A #gchar |
78 | * |
79 | * Deprecated: 2.22: Use JavaScriptCore API instead |
80 | **/ |
81 | WEBKIT_DEPRECATED gchar* |
82 | webkit_dom_html_anchor_element_get_coords(WebKitDOMHTMLAnchorElement* self); |
83 | |
84 | /** |
85 | * webkit_dom_html_anchor_element_set_coords: |
86 | * @self: A #WebKitDOMHTMLAnchorElement |
87 | * @value: A #gchar |
88 | * |
89 | * |
90 | * Deprecated: 2.22: Use JavaScriptCore API instead |
91 | **/ |
92 | WEBKIT_DEPRECATED void |
93 | webkit_dom_html_anchor_element_set_coords(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
94 | |
95 | /** |
96 | * webkit_dom_html_anchor_element_get_hreflang: |
97 | * @self: A #WebKitDOMHTMLAnchorElement |
98 | * |
99 | * Returns: A #gchar |
100 | * |
101 | * Deprecated: 2.22: Use JavaScriptCore API instead |
102 | **/ |
103 | WEBKIT_DEPRECATED gchar* |
104 | webkit_dom_html_anchor_element_get_hreflang(WebKitDOMHTMLAnchorElement* self); |
105 | |
106 | /** |
107 | * webkit_dom_html_anchor_element_set_hreflang: |
108 | * @self: A #WebKitDOMHTMLAnchorElement |
109 | * @value: A #gchar |
110 | * |
111 | * |
112 | * Deprecated: 2.22: Use JavaScriptCore API instead |
113 | **/ |
114 | WEBKIT_DEPRECATED void |
115 | webkit_dom_html_anchor_element_set_hreflang(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
116 | |
117 | /** |
118 | * webkit_dom_html_anchor_element_get_name: |
119 | * @self: A #WebKitDOMHTMLAnchorElement |
120 | * |
121 | * Returns: A #gchar |
122 | * |
123 | * Deprecated: 2.22: Use JavaScriptCore API instead |
124 | **/ |
125 | WEBKIT_DEPRECATED gchar* |
126 | webkit_dom_html_anchor_element_get_name(WebKitDOMHTMLAnchorElement* self); |
127 | |
128 | /** |
129 | * webkit_dom_html_anchor_element_set_name: |
130 | * @self: A #WebKitDOMHTMLAnchorElement |
131 | * @value: A #gchar |
132 | * |
133 | * |
134 | * Deprecated: 2.22: Use JavaScriptCore API instead |
135 | **/ |
136 | WEBKIT_DEPRECATED void |
137 | webkit_dom_html_anchor_element_set_name(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
138 | |
139 | /** |
140 | * webkit_dom_html_anchor_element_get_rel: |
141 | * @self: A #WebKitDOMHTMLAnchorElement |
142 | * |
143 | * Returns: A #gchar |
144 | * |
145 | * Deprecated: 2.22: Use JavaScriptCore API instead |
146 | **/ |
147 | WEBKIT_DEPRECATED gchar* |
148 | webkit_dom_html_anchor_element_get_rel(WebKitDOMHTMLAnchorElement* self); |
149 | |
150 | /** |
151 | * webkit_dom_html_anchor_element_set_rel: |
152 | * @self: A #WebKitDOMHTMLAnchorElement |
153 | * @value: A #gchar |
154 | * |
155 | * |
156 | * Deprecated: 2.22: Use JavaScriptCore API instead |
157 | **/ |
158 | WEBKIT_DEPRECATED void |
159 | webkit_dom_html_anchor_element_set_rel(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
160 | |
161 | /** |
162 | * webkit_dom_html_anchor_element_get_rev: |
163 | * @self: A #WebKitDOMHTMLAnchorElement |
164 | * |
165 | * Returns: A #gchar |
166 | * |
167 | * Deprecated: 2.22: Use JavaScriptCore API instead |
168 | **/ |
169 | WEBKIT_DEPRECATED gchar* |
170 | webkit_dom_html_anchor_element_get_rev(WebKitDOMHTMLAnchorElement* self); |
171 | |
172 | /** |
173 | * webkit_dom_html_anchor_element_set_rev: |
174 | * @self: A #WebKitDOMHTMLAnchorElement |
175 | * @value: A #gchar |
176 | * |
177 | * |
178 | * Deprecated: 2.22: Use JavaScriptCore API instead |
179 | **/ |
180 | WEBKIT_DEPRECATED void |
181 | webkit_dom_html_anchor_element_set_rev(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
182 | |
183 | /** |
184 | * webkit_dom_html_anchor_element_get_shape: |
185 | * @self: A #WebKitDOMHTMLAnchorElement |
186 | * |
187 | * Returns: A #gchar |
188 | * |
189 | * Deprecated: 2.22: Use JavaScriptCore API instead |
190 | **/ |
191 | WEBKIT_DEPRECATED gchar* |
192 | webkit_dom_html_anchor_element_get_shape(WebKitDOMHTMLAnchorElement* self); |
193 | |
194 | /** |
195 | * webkit_dom_html_anchor_element_set_shape: |
196 | * @self: A #WebKitDOMHTMLAnchorElement |
197 | * @value: A #gchar |
198 | * |
199 | * |
200 | * Deprecated: 2.22: Use JavaScriptCore API instead |
201 | **/ |
202 | WEBKIT_DEPRECATED void |
203 | webkit_dom_html_anchor_element_set_shape(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
204 | |
205 | /** |
206 | * webkit_dom_html_anchor_element_get_target: |
207 | * @self: A #WebKitDOMHTMLAnchorElement |
208 | * |
209 | * Returns: A #gchar |
210 | * |
211 | * Deprecated: 2.22: Use JavaScriptCore API instead |
212 | **/ |
213 | WEBKIT_DEPRECATED gchar* |
214 | webkit_dom_html_anchor_element_get_target(WebKitDOMHTMLAnchorElement* self); |
215 | |
216 | /** |
217 | * webkit_dom_html_anchor_element_set_target: |
218 | * @self: A #WebKitDOMHTMLAnchorElement |
219 | * @value: A #gchar |
220 | * |
221 | * |
222 | * Deprecated: 2.22: Use JavaScriptCore API instead |
223 | **/ |
224 | WEBKIT_DEPRECATED void |
225 | webkit_dom_html_anchor_element_set_target(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
226 | |
227 | /** |
228 | * webkit_dom_html_anchor_element_get_type_attr: |
229 | * @self: A #WebKitDOMHTMLAnchorElement |
230 | * |
231 | * Returns: A #gchar |
232 | * |
233 | * Deprecated: 2.22: Use JavaScriptCore API instead |
234 | **/ |
235 | WEBKIT_DEPRECATED gchar* |
236 | webkit_dom_html_anchor_element_get_type_attr(WebKitDOMHTMLAnchorElement* self); |
237 | |
238 | /** |
239 | * webkit_dom_html_anchor_element_set_type_attr: |
240 | * @self: A #WebKitDOMHTMLAnchorElement |
241 | * @value: A #gchar |
242 | * |
243 | * |
244 | * Deprecated: 2.22: Use JavaScriptCore API instead |
245 | **/ |
246 | WEBKIT_DEPRECATED void |
247 | webkit_dom_html_anchor_element_set_type_attr(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
248 | |
249 | /** |
250 | * webkit_dom_html_anchor_element_get_text: |
251 | * @self: A #WebKitDOMHTMLAnchorElement |
252 | * |
253 | * Returns: A #gchar |
254 | * |
255 | * Deprecated: 2.22: Use JavaScriptCore API instead |
256 | **/ |
257 | WEBKIT_DEPRECATED gchar* |
258 | webkit_dom_html_anchor_element_get_text(WebKitDOMHTMLAnchorElement* self); |
259 | |
260 | /** |
261 | * webkit_dom_html_anchor_element_set_text: |
262 | * @self: A #WebKitDOMHTMLAnchorElement |
263 | * @value: A #gchar |
264 | * |
265 | * Since: 2.16 |
266 | * |
267 | * Deprecated: 2.22: Use JavaScriptCore API instead |
268 | **/ |
269 | WEBKIT_DEPRECATED void |
270 | webkit_dom_html_anchor_element_set_text(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
271 | |
272 | /** |
273 | * webkit_dom_html_anchor_element_get_href: |
274 | * @self: A #WebKitDOMHTMLAnchorElement |
275 | * |
276 | * Returns: A #gchar |
277 | * |
278 | * Deprecated: 2.22: Use JavaScriptCore API instead |
279 | **/ |
280 | WEBKIT_DEPRECATED gchar* |
281 | webkit_dom_html_anchor_element_get_href(WebKitDOMHTMLAnchorElement* self); |
282 | |
283 | /** |
284 | * webkit_dom_html_anchor_element_set_href: |
285 | * @self: A #WebKitDOMHTMLAnchorElement |
286 | * @value: A #gchar |
287 | * |
288 | * |
289 | * Deprecated: 2.22: Use JavaScriptCore API instead |
290 | **/ |
291 | WEBKIT_DEPRECATED void |
292 | webkit_dom_html_anchor_element_set_href(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
293 | |
294 | /** |
295 | * webkit_dom_html_anchor_element_get_protocol: |
296 | * @self: A #WebKitDOMHTMLAnchorElement |
297 | * |
298 | * Returns: A #gchar |
299 | * |
300 | * Deprecated: 2.22: Use JavaScriptCore API instead |
301 | **/ |
302 | WEBKIT_DEPRECATED gchar* |
303 | webkit_dom_html_anchor_element_get_protocol(WebKitDOMHTMLAnchorElement* self); |
304 | |
305 | /** |
306 | * webkit_dom_html_anchor_element_set_protocol: |
307 | * @self: A #WebKitDOMHTMLAnchorElement |
308 | * @value: A #gchar |
309 | * |
310 | * |
311 | * Deprecated: 2.22: Use JavaScriptCore API instead |
312 | **/ |
313 | WEBKIT_DEPRECATED void |
314 | webkit_dom_html_anchor_element_set_protocol(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
315 | |
316 | /** |
317 | * webkit_dom_html_anchor_element_get_host: |
318 | * @self: A #WebKitDOMHTMLAnchorElement |
319 | * |
320 | * Returns: A #gchar |
321 | * |
322 | * Deprecated: 2.22: Use JavaScriptCore API instead |
323 | **/ |
324 | WEBKIT_DEPRECATED gchar* |
325 | webkit_dom_html_anchor_element_get_host(WebKitDOMHTMLAnchorElement* self); |
326 | |
327 | /** |
328 | * webkit_dom_html_anchor_element_set_host: |
329 | * @self: A #WebKitDOMHTMLAnchorElement |
330 | * @value: A #gchar |
331 | * |
332 | * |
333 | * Deprecated: 2.22: Use JavaScriptCore API instead |
334 | **/ |
335 | WEBKIT_DEPRECATED void |
336 | webkit_dom_html_anchor_element_set_host(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
337 | |
338 | /** |
339 | * webkit_dom_html_anchor_element_get_hostname: |
340 | * @self: A #WebKitDOMHTMLAnchorElement |
341 | * |
342 | * Returns: A #gchar |
343 | * |
344 | * Deprecated: 2.22: Use JavaScriptCore API instead |
345 | **/ |
346 | WEBKIT_DEPRECATED gchar* |
347 | webkit_dom_html_anchor_element_get_hostname(WebKitDOMHTMLAnchorElement* self); |
348 | |
349 | /** |
350 | * webkit_dom_html_anchor_element_set_hostname: |
351 | * @self: A #WebKitDOMHTMLAnchorElement |
352 | * @value: A #gchar |
353 | * |
354 | * |
355 | * Deprecated: 2.22: Use JavaScriptCore API instead |
356 | **/ |
357 | WEBKIT_DEPRECATED void |
358 | webkit_dom_html_anchor_element_set_hostname(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
359 | |
360 | /** |
361 | * webkit_dom_html_anchor_element_get_port: |
362 | * @self: A #WebKitDOMHTMLAnchorElement |
363 | * |
364 | * Returns: A #gchar |
365 | * |
366 | * Deprecated: 2.22: Use JavaScriptCore API instead |
367 | **/ |
368 | WEBKIT_DEPRECATED gchar* |
369 | webkit_dom_html_anchor_element_get_port(WebKitDOMHTMLAnchorElement* self); |
370 | |
371 | /** |
372 | * webkit_dom_html_anchor_element_set_port: |
373 | * @self: A #WebKitDOMHTMLAnchorElement |
374 | * @value: A #gchar |
375 | * |
376 | * |
377 | * Deprecated: 2.22: Use JavaScriptCore API instead |
378 | **/ |
379 | WEBKIT_DEPRECATED void |
380 | webkit_dom_html_anchor_element_set_port(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
381 | |
382 | /** |
383 | * webkit_dom_html_anchor_element_get_pathname: |
384 | * @self: A #WebKitDOMHTMLAnchorElement |
385 | * |
386 | * Returns: A #gchar |
387 | * |
388 | * Deprecated: 2.22: Use JavaScriptCore API instead |
389 | **/ |
390 | WEBKIT_DEPRECATED gchar* |
391 | webkit_dom_html_anchor_element_get_pathname(WebKitDOMHTMLAnchorElement* self); |
392 | |
393 | /** |
394 | * webkit_dom_html_anchor_element_set_pathname: |
395 | * @self: A #WebKitDOMHTMLAnchorElement |
396 | * @value: A #gchar |
397 | * |
398 | * |
399 | * Deprecated: 2.22: Use JavaScriptCore API instead |
400 | **/ |
401 | WEBKIT_DEPRECATED void |
402 | webkit_dom_html_anchor_element_set_pathname(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
403 | |
404 | /** |
405 | * webkit_dom_html_anchor_element_get_search: |
406 | * @self: A #WebKitDOMHTMLAnchorElement |
407 | * |
408 | * Returns: A #gchar |
409 | * |
410 | * Deprecated: 2.22: Use JavaScriptCore API instead |
411 | **/ |
412 | WEBKIT_DEPRECATED gchar* |
413 | webkit_dom_html_anchor_element_get_search(WebKitDOMHTMLAnchorElement* self); |
414 | |
415 | /** |
416 | * webkit_dom_html_anchor_element_set_search: |
417 | * @self: A #WebKitDOMHTMLAnchorElement |
418 | * @value: A #gchar |
419 | * |
420 | * |
421 | * Deprecated: 2.22: Use JavaScriptCore API instead |
422 | **/ |
423 | WEBKIT_DEPRECATED void |
424 | webkit_dom_html_anchor_element_set_search(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
425 | |
426 | /** |
427 | * webkit_dom_html_anchor_element_get_hash: |
428 | * @self: A #WebKitDOMHTMLAnchorElement |
429 | * |
430 | * Returns: A #gchar |
431 | * |
432 | * Deprecated: 2.22: Use JavaScriptCore API instead |
433 | **/ |
434 | WEBKIT_DEPRECATED gchar* |
435 | webkit_dom_html_anchor_element_get_hash(WebKitDOMHTMLAnchorElement* self); |
436 | |
437 | /** |
438 | * webkit_dom_html_anchor_element_set_hash: |
439 | * @self: A #WebKitDOMHTMLAnchorElement |
440 | * @value: A #gchar |
441 | * |
442 | * |
443 | * Deprecated: 2.22: Use JavaScriptCore API instead |
444 | **/ |
445 | WEBKIT_DEPRECATED void |
446 | webkit_dom_html_anchor_element_set_hash(WebKitDOMHTMLAnchorElement* self, const gchar* value); |
447 | |
448 | G_END_DECLS |
449 | |
450 | #endif /* WebKitDOMHTMLAnchorElement_h */ |
451 | |