]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.defs
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459540...
[empathy.git] / python / pyempathygtk / pyempathygtk.defs
1 ;; -*- scheme -*-
2 ; object definitions ...
3 (define-object AccountChooser
4   (in-module "Empathy")
5   (parent "GtkComboBox")
6   (c-name "EmpathyAccountChooser")
7   (gtype-id "EMPATHY_TYPE_ACCOUNT_CHOOSER")
8 )
9
10 (define-object CellRendererExpander
11   (in-module "Empathy")
12   (parent "GtkCellRenderer")
13   (c-name "EmpathyCellRendererExpander")
14   (gtype-id "EMPATHY_TYPE_CELL_RENDERER_EXPANDER")
15 )
16
17 (define-object CellRendererText
18   (in-module "Empathy")
19   (parent "GtkCellRendererText")
20   (c-name "EmpathyCellRendererText")
21   (gtype-id "EMPATHY_TYPE_CELL_RENDERER_TEXT")
22 )
23
24 (define-object Chat
25   (in-module "Empathy")
26   (parent "GObject")
27   (c-name "EmpathyChat")
28   (gtype-id "EMPATHY_TYPE_CHAT")
29 )
30
31 (define-object ChatView
32   (in-module "Empathy")
33   (parent "GtkTextView")
34   (c-name "EmpathyChatView")
35   (gtype-id "EMPATHY_TYPE_CHAT_VIEW")
36 )
37
38 (define-object ChatWindow
39   (in-module "Empathy")
40   (parent "GObject")
41   (c-name "EmpathyChatWindow")
42   (gtype-id "EMPATHY_TYPE_CHAT_WINDOW")
43 )
44
45 (define-object ContactListStore
46   (in-module "Empathy")
47   (parent "GtkTreeStore")
48   (c-name "EmpathyContactListStore")
49   (gtype-id "EMPATHY_TYPE_CONTACT_LIST_STORE")
50 )
51
52 (define-object ContactListView
53   (in-module "Empathy")
54   (parent "GtkTreeView")
55   (c-name "EmpathyContactListView")
56   (gtype-id "EMPATHY_TYPE_CONTACT_LIST_VIEW")
57 )
58
59 (define-object GroupChat
60   (in-module "Empathy")
61   (parent "EmpathyChat")
62   (c-name "EmpathyGroupChat")
63   (gtype-id "EMPATHY_TYPE_GROUP_CHAT")
64 )
65
66 (define-object PresenceChooser
67   (in-module "Empathy")
68   (parent "GtkToggleButton")
69   (c-name "EmpathyPresenceChooser")
70   (gtype-id "EMPATHY_TYPE_PRESENCE_CHOOSER")
71 )
72
73 (define-object PrivateChat
74   (in-module "Empathy")
75   (parent "EmpathyChat")
76   (c-name "EmpathyPrivateChat")
77   (gtype-id "EMPATHY_TYPE_PRIVATE_CHAT")
78 )
79
80 (define-object StatusIcon
81   (in-module "Empathy")
82   (parent "GObject")
83   (c-name "EmpathyStatusIcon")
84   (gtype-id "EMPATHY_TYPE_STATUS_ICON")
85 )
86
87 (define-object ThemeManager
88   (in-module "Empathy")
89   (parent "GObject")
90   (c-name "EmpathyThemeManager")
91   (gtype-id "EMPATHY_TYPE_THEME_MANAGER")
92 )
93
94 (define-object Spinner
95   (in-module "Ephy")
96   (parent "GtkWidget")
97   (c-name "EphySpinner")
98   (gtype-id "EPHY_TYPE_SPINNER")
99 )
100
101 ;; Enumerations and flags ...
102
103 (define-enum Smiley
104   (in-module "Empathy")
105   (c-name "EmpathySmiley")
106   (gtype-id "EMPATHY_TYPE_SMILEY")
107   (values
108     '("normal" "EMPATHY_SMILEY_NORMAL")
109     '("wink" "EMPATHY_SMILEY_WINK")
110     '("bigeye" "EMPATHY_SMILEY_BIGEYE")
111     '("nose" "EMPATHY_SMILEY_NOSE")
112     '("cry" "EMPATHY_SMILEY_CRY")
113     '("sad" "EMPATHY_SMILEY_SAD")
114     '("sceptical" "EMPATHY_SMILEY_SCEPTICAL")
115     '("bigsmile" "EMPATHY_SMILEY_BIGSMILE")
116     '("indifferent" "EMPATHY_SMILEY_INDIFFERENT")
117     '("tounge" "EMPATHY_SMILEY_TOUNGE")
118     '("shocked" "EMPATHY_SMILEY_SHOCKED")
119     '("cool" "EMPATHY_SMILEY_COOL")
120     '("sorry" "EMPATHY_SMILEY_SORRY")
121     '("kiss" "EMPATHY_SMILEY_KISS")
122     '("shutup" "EMPATHY_SMILEY_SHUTUP")
123     '("yawn" "EMPATHY_SMILEY_YAWN")
124     '("confused" "EMPATHY_SMILEY_CONFUSED")
125     '("angel" "EMPATHY_SMILEY_ANGEL")
126     '("oooh" "EMPATHY_SMILEY_OOOH")
127     '("lookaway" "EMPATHY_SMILEY_LOOKAWAY")
128     '("blush" "EMPATHY_SMILEY_BLUSH")
129     '("coolbigsmile" "EMPATHY_SMILEY_COOLBIGSMILE")
130     '("angry" "EMPATHY_SMILEY_ANGRY")
131     '("boss" "EMPATHY_SMILEY_BOSS")
132     '("monkey" "EMPATHY_SMILEY_MONKEY")
133     '("silly" "EMPATHY_SMILEY_SILLY")
134     '("sick" "EMPATHY_SMILEY_SICK")
135     '("count" "EMPATHY_SMILEY_COUNT")
136   )
137 )
138
139 (define-enum ContactListStoreSort
140   (in-module "Empathy")
141   (c-name "EmpathyContactListStoreSort")
142   (gtype-id "EMPATHY_TYPE_CONTACT_LIST_STORE_SORT")
143   (values
144     '("state" "EMPATHY_CONTACT_LIST_STORE_SORT_STATE")
145     '("name" "EMPATHY_CONTACT_LIST_STORE_SORT_NAME")
146   )
147 )
148
149 (define-enum ContactListStoreCol
150   (in-module "Empathy")
151   (c-name "EmpathyContactListStoreCol")
152   (gtype-id "EMPATHY_TYPE_CONTACT_LIST_STORE_COL")
153   (values
154     '("icon-status" "COL_ICON_STATUS")
155     '("pixbuf-avatar" "COL_PIXBUF_AVATAR")
156     '("pixbuf-avatar-visible" "COL_PIXBUF_AVATAR_VISIBLE")
157     '("name" "COL_NAME")
158     '("status" "COL_STATUS")
159     '("status-visible" "COL_STATUS_VISIBLE")
160     '("contact" "COL_CONTACT")
161     '("is-group" "COL_IS_GROUP")
162     '("is-active" "COL_IS_ACTIVE")
163     '("is-online" "COL_IS_ONLINE")
164     '("is-separator" "COL_IS_SEPARATOR")
165     '("count" "COL_COUNT")
166   )
167 )
168
169 (define-enum ContactWidgetType
170   (in-module "Empathy")
171   (c-name "EmpathyContactWidgetType")
172   (gtype-id "EMPATHY_TYPE_CONTACT_WIDGET_TYPE")
173   (values
174     '("show" "CONTACT_WIDGET_TYPE_SHOW")
175     '("edit" "CONTACT_WIDGET_TYPE_EDIT")
176     '("add" "CONTACT_WIDGET_TYPE_ADD")
177     '("subscription" "CONTACT_WIDGET_TYPE_SUBSCRIPTION")
178   )
179 )
180
181
182 ;; From empathy-about-dialog.h
183
184 (define-function empathy_about_dialog_new
185   (c-name "empathy_about_dialog_new")
186   (return-type "none")
187   (parameters
188     '("GtkWindow*" "parent")
189   )
190 )
191
192
193
194 ;; From empathy-account-chooser.h
195
196 (define-function empathy_account_chooser_get_type
197   (c-name "empathy_account_chooser_get_type")
198   (return-type "GType")
199 )
200
201 (define-function empathy_account_chooser_new
202   (c-name "empathy_account_chooser_new")
203   (is-constructor-of "EmpathyAccountChooser")
204   (return-type "GtkWidget*")
205 )
206
207 (define-method get_account
208   (of-object "EmpathyAccountChooser")
209   (c-name "empathy_account_chooser_get_account")
210   (return-type "McAccount*")
211 )
212
213 (define-method set_account
214   (of-object "EmpathyAccountChooser")
215   (c-name "empathy_account_chooser_set_account")
216   (return-type "gboolean")
217   (parameters
218     '("McAccount*" "account")
219   )
220 )
221
222 (define-method get_has_all_option
223   (of-object "EmpathyAccountChooser")
224   (c-name "empathy_account_chooser_get_has_all_option")
225   (return-type "gboolean")
226 )
227
228 (define-method set_has_all_option
229   (of-object "EmpathyAccountChooser")
230   (c-name "empathy_account_chooser_set_has_all_option")
231   (return-type "none")
232   (parameters
233     '("gboolean" "has_all_option")
234   )
235 )
236
237 (define-method set_filter
238   (of-object "EmpathyAccountChooser")
239   (c-name "empathy_account_chooser_set_filter")
240   (return-type "none")
241   (parameters
242     '("EmpathyAccountChooserFilterFunc" "filter")
243     '("gpointer" "user_data")
244   )
245 )
246
247 (define-function empathy_account_chooser_filter_is_connected
248   (c-name "empathy_account_chooser_filter_is_connected")
249   (return-type "gboolean")
250   (parameters
251     '("McAccount*" "account")
252     '("gpointer" "user_data")
253   )
254 )
255
256
257
258 ;; From empathy-accounts-dialog.h
259
260 (define-function empathy_accounts_dialog_show
261   (c-name "empathy_accounts_dialog_show")
262   (return-type "GtkWidget*")
263   (parameters
264     '("GtkWindow*" "parent")
265   )
266 )
267
268
269
270 ;; From empathy-account-widget-generic.h
271
272 (define-function empathy_account_widget_generic_new
273   (c-name "empathy_account_widget_generic_new")
274   (is-constructor-of "EmpathyAccountWidgetGeneric")
275   (return-type "GtkWidget*")
276   (parameters
277     '("McAccount*" "account")
278   )
279 )
280
281
282
283 ;; From empathy-account-widget-jabber.h
284
285 (define-function empathy_account_widget_jabber_new
286   (c-name "empathy_account_widget_jabber_new")
287   (is-constructor-of "EmpathyAccountWidgetJabber")
288   (return-type "GtkWidget*")
289   (parameters
290     '("McAccount*" "account")
291   )
292 )
293
294
295
296 ;; From empathy-account-widget-msn.h
297
298 (define-function empathy_account_widget_msn_new
299   (c-name "empathy_account_widget_msn_new")
300   (is-constructor-of "EmpathyAccountWidgetMsn")
301   (return-type "GtkWidget*")
302   (parameters
303     '("McAccount*" "account")
304   )
305 )
306
307
308
309 ;; From empathy-account-widget-salut.h
310
311 (define-function empathy_account_widget_salut_new
312   (c-name "empathy_account_widget_salut_new")
313   (is-constructor-of "EmpathyAccountWidgetSalut")
314   (return-type "GtkWidget*")
315   (parameters
316     '("McAccount*" "account")
317   )
318 )
319
320
321
322 ;; From empathy-cell-renderer-expander.h
323
324 (define-function empathy_cell_renderer_expander_get_type
325   (c-name "empathy_cell_renderer_expander_get_type")
326   (return-type "GType")
327 )
328
329 (define-function empathy_cell_renderer_expander_new
330   (c-name "empathy_cell_renderer_expander_new")
331   (is-constructor-of "EmpathyCellRendererExpander")
332   (return-type "GtkCellRenderer*")
333 )
334
335
336
337 ;; From empathy-cell-renderer-text.h
338
339 (define-function empathy_cell_renderer_text_get_type
340   (c-name "empathy_cell_renderer_text_get_type")
341   (return-type "GType")
342 )
343
344 (define-function empathy_cell_renderer_text_new
345   (c-name "empathy_cell_renderer_text_new")
346   (is-constructor-of "EmpathyCellRendererText")
347   (return-type "GtkCellRenderer*")
348 )
349
350
351
352 ;; From empathy-chat.h
353
354 (define-function empathy_chat_get_type
355   (c-name "empathy_chat_get_type")
356   (return-type "GType")
357 )
358
359 (define-method get_view
360   (of-object "EmpathyChat")
361   (c-name "empathy_chat_get_view")
362   (return-type "EmpathyChatView*")
363 )
364
365 (define-method get_window
366   (of-object "EmpathyChat")
367   (c-name "empathy_chat_get_window")
368   (return-type "EmpathyChatWindow*")
369 )
370
371 (define-method set_window
372   (of-object "EmpathyChat")
373   (c-name "empathy_chat_set_window")
374   (return-type "none")
375   (parameters
376     '("EmpathyChatWindow*" "window")
377   )
378 )
379
380 (define-method present
381   (of-object "EmpathyChat")
382   (c-name "empathy_chat_present")
383   (return-type "none")
384 )
385
386 (define-method clear
387   (of-object "EmpathyChat")
388   (c-name "empathy_chat_clear")
389   (return-type "none")
390 )
391
392 (define-method scroll_down
393   (of-object "EmpathyChat")
394   (c-name "empathy_chat_scroll_down")
395   (return-type "none")
396 )
397
398 (define-method cut
399   (of-object "EmpathyChat")
400   (c-name "empathy_chat_cut")
401   (return-type "none")
402 )
403
404 (define-method copy
405   (of-object "EmpathyChat")
406   (c-name "empathy_chat_copy")
407   (return-type "none")
408 )
409
410 (define-method paste
411   (of-object "EmpathyChat")
412   (c-name "empathy_chat_paste")
413   (return-type "none")
414 )
415
416 (define-method get_name
417   (of-object "EmpathyChat")
418   (c-name "empathy_chat_get_name")
419   (return-type "const-gchar*")
420 )
421
422 (define-method get_tooltip
423   (of-object "EmpathyChat")
424   (c-name "empathy_chat_get_tooltip")
425   (return-type "gchar*")
426 )
427
428 (define-method get_status_icon_name
429   (of-object "EmpathyChat")
430   (c-name "empathy_chat_get_status_icon_name")
431   (return-type "const-gchar*")
432 )
433
434 (define-method get_widget
435   (of-object "EmpathyChat")
436   (c-name "empathy_chat_get_widget")
437   (return-type "GtkWidget*")
438 )
439
440 (define-method is_group_chat
441   (of-object "EmpathyChat")
442   (c-name "empathy_chat_is_group_chat")
443   (return-type "gboolean")
444 )
445
446 (define-method is_connected
447   (of-object "EmpathyChat")
448   (c-name "empathy_chat_is_connected")
449   (return-type "gboolean")
450 )
451
452 (define-method save_geometry
453   (of-object "EmpathyChat")
454   (c-name "empathy_chat_save_geometry")
455   (return-type "none")
456   (parameters
457     '("gint" "x")
458     '("gint" "y")
459     '("gint" "w")
460     '("gint" "h")
461   )
462 )
463
464 (define-method load_geometry
465   (of-object "EmpathyChat")
466   (c-name "empathy_chat_load_geometry")
467   (return-type "none")
468   (parameters
469     '("gint*" "x")
470     '("gint*" "y")
471     '("gint*" "w")
472     '("gint*" "h")
473   )
474 )
475
476 (define-method set_tp_chat
477   (of-object "EmpathyChat")
478   (c-name "empathy_chat_set_tp_chat")
479   (return-type "none")
480   (parameters
481     '("EmpathyTpChat*" "tp_chat")
482   )
483 )
484
485 (define-method get_id
486   (of-object "EmpathyChat")
487   (c-name "empathy_chat_get_id")
488   (return-type "const-gchar*")
489 )
490
491 (define-function empathy_chat_get_is_command
492   (c-name "empathy_chat_get_is_command")
493   (return-type "gboolean")
494   (parameters
495     '("const-gchar*" "str")
496   )
497 )
498
499 (define-method correct_word
500   (of-object "EmpathyChat")
501   (c-name "empathy_chat_correct_word")
502   (return-type "none")
503   (parameters
504     '("GtkTextIter" "start")
505     '("GtkTextIter" "end")
506     '("const-gchar*" "new_word")
507   )
508 )
509
510 (define-method should_play_sound
511   (of-object "EmpathyChat")
512   (c-name "empathy_chat_should_play_sound")
513   (return-type "gboolean")
514 )
515
516 (define-function empathy_chat_should_highlight_nick
517   (c-name "empathy_chat_should_highlight_nick")
518   (return-type "gboolean")
519   (parameters
520     '("EmpathyMessage*" "message")
521   )
522 )
523
524
525
526 ;; From empathy-chatrooms-window.h
527
528 (define-function empathy_chatrooms_window_show
529   (c-name "empathy_chatrooms_window_show")
530   (return-type "none")
531   (parameters
532     '("GtkWindow*" "parent")
533   )
534 )
535
536
537
538 ;; From empathy-chat-view.h
539
540 (define-function empathy_chat_view_get_type
541   (c-name "empathy_chat_view_get_type")
542   (return-type "GType")
543 )
544
545 (define-function empathy_chat_view_new
546   (c-name "empathy_chat_view_new")
547   (is-constructor-of "EmpathyChatView")
548   (return-type "EmpathyChatView*")
549 )
550
551 (define-method append_message
552   (of-object "EmpathyChatView")
553   (c-name "empathy_chat_view_append_message")
554   (return-type "none")
555   (parameters
556     '("EmpathyMessage*" "msg")
557   )
558 )
559
560 (define-method append_event
561   (of-object "EmpathyChatView")
562   (c-name "empathy_chat_view_append_event")
563   (return-type "none")
564   (parameters
565     '("const-gchar*" "str")
566   )
567 )
568
569 (define-method append_button
570   (of-object "EmpathyChatView")
571   (c-name "empathy_chat_view_append_button")
572   (return-type "none")
573   (parameters
574     '("const-gchar*" "message")
575     '("GtkWidget*" "button1")
576     '("GtkWidget*" "button2")
577   )
578 )
579
580 (define-method set_margin
581   (of-object "EmpathyChatView")
582   (c-name "empathy_chat_view_set_margin")
583   (return-type "none")
584   (parameters
585     '("gint" "margin")
586   )
587 )
588
589 (define-method scroll
590   (of-object "EmpathyChatView")
591   (c-name "empathy_chat_view_scroll")
592   (return-type "none")
593   (parameters
594     '("gboolean" "allow_scrolling")
595   )
596 )
597
598 (define-method scroll_down
599   (of-object "EmpathyChatView")
600   (c-name "empathy_chat_view_scroll_down")
601   (return-type "none")
602 )
603
604 (define-method get_selection_bounds
605   (of-object "EmpathyChatView")
606   (c-name "empathy_chat_view_get_selection_bounds")
607   (return-type "gboolean")
608   (parameters
609     '("GtkTextIter*" "start")
610     '("GtkTextIter*" "end")
611   )
612 )
613
614 (define-method clear
615   (of-object "EmpathyChatView")
616   (c-name "empathy_chat_view_clear")
617   (return-type "none")
618 )
619
620 (define-method find_previous
621   (of-object "EmpathyChatView")
622   (c-name "empathy_chat_view_find_previous")
623   (return-type "gboolean")
624   (parameters
625     '("const-gchar*" "search_criteria")
626     '("gboolean" "new_search")
627   )
628 )
629
630 (define-method find_next
631   (of-object "EmpathyChatView")
632   (c-name "empathy_chat_view_find_next")
633   (return-type "gboolean")
634   (parameters
635     '("const-gchar*" "search_criteria")
636     '("gboolean" "new_search")
637   )
638 )
639
640 (define-method find_abilities
641   (of-object "EmpathyChatView")
642   (c-name "empathy_chat_view_find_abilities")
643   (return-type "none")
644   (parameters
645     '("const-gchar*" "search_criteria")
646     '("gboolean*" "can_do_previous")
647     '("gboolean*" "can_do_next")
648   )
649 )
650
651 (define-method highlight
652   (of-object "EmpathyChatView")
653   (c-name "empathy_chat_view_highlight")
654   (return-type "none")
655   (parameters
656     '("const-gchar*" "text")
657   )
658 )
659
660 (define-method copy_clipboard
661   (of-object "EmpathyChatView")
662   (c-name "empathy_chat_view_copy_clipboard")
663   (return-type "none")
664 )
665
666 (define-method get_irc_style
667   (of-object "EmpathyChatView")
668   (c-name "empathy_chat_view_get_irc_style")
669   (return-type "gboolean")
670 )
671
672 (define-method set_irc_style
673   (of-object "EmpathyChatView")
674   (c-name "empathy_chat_view_set_irc_style")
675   (return-type "none")
676   (parameters
677     '("gboolean" "irc_style")
678   )
679 )
680
681 (define-method set_margin
682   (of-object "EmpathyChatView")
683   (c-name "empathy_chat_view_set_margin")
684   (return-type "none")
685   (parameters
686     '("gint" "margin")
687   )
688 )
689
690 (define-function empathy_chat_view_get_smiley_image
691   (c-name "empathy_chat_view_get_smiley_image")
692   (return-type "GdkPixbuf*")
693   (parameters
694     '("EmpathySmiley" "smiley")
695   )
696 )
697
698 (define-function empathy_chat_view_get_smiley_text
699   (c-name "empathy_chat_view_get_smiley_text")
700   (return-type "const-gchar*")
701   (parameters
702     '("EmpathySmiley" "smiley")
703   )
704 )
705
706 (define-function empathy_chat_view_get_smiley_menu
707   (c-name "empathy_chat_view_get_smiley_menu")
708   (return-type "GtkWidget*")
709   (parameters
710     '("GCallback" "callback")
711     '("gpointer" "user_data")
712     '("GtkTooltips*" "tooltips")
713   )
714 )
715
716 (define-method set_is_group_chat
717   (of-object "EmpathyChatView")
718   (c-name "empathy_chat_view_set_is_group_chat")
719   (return-type "none")
720   (parameters
721     '("gboolean" "is_group_chat")
722   )
723 )
724
725
726
727 ;; From empathy-chat-window.h
728
729 (define-function empathy_chat_window_get_type
730   (c-name "empathy_chat_window_get_type")
731   (return-type "GType")
732 )
733
734 (define-function empathy_chat_window_get_default
735   (c-name "empathy_chat_window_get_default")
736   (return-type "EmpathyChatWindow*")
737 )
738
739 (define-function empathy_chat_window_new
740   (c-name "empathy_chat_window_new")
741   (is-constructor-of "EmpathyChatWindow")
742   (return-type "EmpathyChatWindow*")
743 )
744
745 (define-method get_dialog
746   (of-object "EmpathyChatWindow")
747   (c-name "empathy_chat_window_get_dialog")
748   (return-type "GtkWidget*")
749 )
750
751 (define-method add_chat
752   (of-object "EmpathyChatWindow")
753   (c-name "empathy_chat_window_add_chat")
754   (return-type "none")
755   (parameters
756     '("EmpathyChat*" "chat")
757   )
758 )
759
760 (define-method remove_chat
761   (of-object "EmpathyChatWindow")
762   (c-name "empathy_chat_window_remove_chat")
763   (return-type "none")
764   (parameters
765     '("EmpathyChat*" "chat")
766   )
767 )
768
769 (define-method move_chat
770   (of-object "EmpathyChatWindow")
771   (c-name "empathy_chat_window_move_chat")
772   (return-type "none")
773   (parameters
774     '("EmpathyChatWindow*" "new_window")
775     '("EmpathyChat*" "chat")
776   )
777 )
778
779 (define-method switch_to_chat
780   (of-object "EmpathyChatWindow")
781   (c-name "empathy_chat_window_switch_to_chat")
782   (return-type "none")
783   (parameters
784     '("EmpathyChat*" "chat")
785   )
786 )
787
788 (define-method has_focus
789   (of-object "EmpathyChatWindow")
790   (c-name "empathy_chat_window_has_focus")
791   (return-type "gboolean")
792 )
793
794 (define-function empathy_chat_window_find_chat
795   (c-name "empathy_chat_window_find_chat")
796   (return-type "EmpathyChat*")
797   (parameters
798     '("McAccount*" "account")
799     '("const-gchar*" "id")
800   )
801 )
802
803
804
805 ;; From empathy-contact-dialogs.h
806
807 (define-function empathy_subscription_dialog_show
808   (c-name "empathy_subscription_dialog_show")
809   (return-type "none")
810   (parameters
811     '("EmpathyContact*" "contact")
812     '("GtkWindow*" "parent")
813   )
814 )
815
816 (define-method information_dialog_show
817   (of-object "EmpathyContact")
818   (c-name "empathy_contact_information_dialog_show")
819   (return-type "none")
820   (parameters
821     '("GtkWindow*" "parent")
822     '("gboolean" "edit")
823   )
824 )
825
826 (define-function empathy_new_contact_dialog_show
827   (c-name "empathy_new_contact_dialog_show")
828   (return-type "none")
829   (parameters
830     '("GtkWindow*" "parent")
831   )
832 )
833
834
835
836 ;; From empathy-contact-groups.h
837
838 (define-function empathy_contact_groups_get_all
839   (c-name "empathy_contact_groups_get_all")
840   (return-type "none")
841 )
842
843 (define-function empathy_contact_group_get_expanded
844   (c-name "empathy_contact_group_get_expanded")
845   (return-type "gboolean")
846   (parameters
847     '("const-gchar*" "group")
848   )
849 )
850
851 (define-function empathy_contact_group_set_expanded
852   (c-name "empathy_contact_group_set_expanded")
853   (return-type "none")
854   (parameters
855     '("const-gchar*" "group")
856     '("gboolean" "expanded")
857   )
858 )
859
860
861
862 ;; From empathy-contact-list-store.h
863
864 (define-function empathy_contact_list_store_get_type
865   (c-name "empathy_contact_list_store_get_type")
866   (return-type "GType")
867 )
868
869 (define-method store_new
870   (of-object "EmpathyContactList")
871   (c-name "empathy_contact_list_store_new")
872   (return-type "EmpathyContactListStore*")
873 )
874
875 (define-method get_list_iface
876   (of-object "EmpathyContactListStore")
877   (c-name "empathy_contact_list_store_get_list_iface")
878   (return-type "EmpathyContactList*")
879 )
880
881 (define-method get_show_offline
882   (of-object "EmpathyContactListStore")
883   (c-name "empathy_contact_list_store_get_show_offline")
884   (return-type "gboolean")
885 )
886
887 (define-method set_show_offline
888   (of-object "EmpathyContactListStore")
889   (c-name "empathy_contact_list_store_set_show_offline")
890   (return-type "none")
891   (parameters
892     '("gboolean" "show_offline")
893   )
894 )
895
896 (define-method get_show_avatars
897   (of-object "EmpathyContactListStore")
898   (c-name "empathy_contact_list_store_get_show_avatars")
899   (return-type "gboolean")
900 )
901
902 (define-method set_show_avatars
903   (of-object "EmpathyContactListStore")
904   (c-name "empathy_contact_list_store_set_show_avatars")
905   (return-type "none")
906   (parameters
907     '("gboolean" "show_avatars")
908   )
909 )
910
911 (define-method get_is_compact
912   (of-object "EmpathyContactListStore")
913   (c-name "empathy_contact_list_store_get_is_compact")
914   (return-type "gboolean")
915 )
916
917 (define-method set_is_compact
918   (of-object "EmpathyContactListStore")
919   (c-name "empathy_contact_list_store_set_is_compact")
920   (return-type "none")
921   (parameters
922     '("gboolean" "is_compact")
923   )
924 )
925
926 (define-method get_sort_criterium
927   (of-object "EmpathyContactListStore")
928   (c-name "empathy_contact_list_store_get_sort_criterium")
929   (return-type "EmpathyContactListStoreSort")
930 )
931
932 (define-method set_sort_criterium
933   (of-object "EmpathyContactListStore")
934   (c-name "empathy_contact_list_store_set_sort_criterium")
935   (return-type "none")
936   (parameters
937     '("EmpathyContactListStoreSort" "sort_criterium")
938   )
939 )
940
941 (define-function empathy_contact_list_store_row_separator_func
942   (c-name "empathy_contact_list_store_row_separator_func")
943   (return-type "gboolean")
944   (parameters
945     '("GtkTreeModel*" "model")
946     '("GtkTreeIter*" "iter")
947     '("gpointer" "data")
948   )
949 )
950
951 (define-function empathy_contact_list_store_get_parent_group
952   (c-name "empathy_contact_list_store_get_parent_group")
953   (return-type "gchar*")
954   (parameters
955     '("GtkTreeModel*" "model")
956     '("GtkTreePath*" "path")
957     '("gboolean*" "path_is_group")
958   )
959 )
960
961 (define-function empathy_contact_list_store_search_equal_func
962   (c-name "empathy_contact_list_store_search_equal_func")
963   (return-type "gboolean")
964   (parameters
965     '("GtkTreeModel*" "model")
966     '("gint" "column")
967     '("const-gchar*" "key")
968     '("GtkTreeIter*" "iter")
969     '("gpointer" "search_data")
970   )
971 )
972
973
974
975 ;; From empathy-contact-list-view.h
976
977 (define-function empathy_contact_list_view_get_type
978   (c-name "empathy_contact_list_view_get_type")
979   (return-type "GType")
980 )
981
982 (define-function empathy_contact_list_view_new
983   (c-name "empathy_contact_list_view_new")
984   (is-constructor-of "EmpathyContactListView")
985   (return-type "EmpathyContactListView*")
986   (parameters
987     '("EmpathyContactListStore*" "store")
988   )
989 )
990
991 (define-method get_selected
992   (of-object "EmpathyContactListView")
993   (c-name "empathy_contact_list_view_get_selected")
994   (return-type "EmpathyContact*")
995 )
996
997 (define-method get_selected_group
998   (of-object "EmpathyContactListView")
999   (c-name "empathy_contact_list_view_get_selected_group")
1000   (return-type "gchar*")
1001 )
1002
1003 (define-method get_contact_menu
1004   (of-object "EmpathyContactListView")
1005   (c-name "empathy_contact_list_view_get_contact_menu")
1006   (return-type "GtkWidget*")
1007   (parameters
1008     '("EmpathyContact*" "contact")
1009   )
1010 )
1011
1012 (define-method get_group_menu
1013   (of-object "EmpathyContactListView")
1014   (c-name "empathy_contact_list_view_get_group_menu")
1015   (return-type "GtkWidget*")
1016 )
1017
1018
1019
1020 ;; From empathy-contact-widget.h
1021
1022 (define-method widget_new
1023   (of-object "EmpathyContact")
1024   (c-name "empathy_contact_widget_new")
1025   (return-type "GtkWidget*")
1026   (parameters
1027     '("EmpathyContactWidgetType" "type")
1028   )
1029 )
1030
1031 (define-function empathy_contact_widget_get_contact
1032   (c-name "empathy_contact_widget_get_contact")
1033   (return-type "EmpathyContact*")
1034   (parameters
1035     '("GtkWidget*" "widget")
1036   )
1037 )
1038
1039
1040
1041 ;; From empathy-geometry.h
1042
1043 (define-function empathy_geometry_save
1044   (c-name "empathy_geometry_save")
1045   (return-type "none")
1046   (parameters
1047     '("const-gchar*" "name")
1048     '("gint" "x")
1049     '("gint" "y")
1050     '("gint" "w")
1051     '("gint" "h")
1052   )
1053 )
1054
1055 (define-function empathy_geometry_load
1056   (c-name "empathy_geometry_load")
1057   (return-type "none")
1058   (parameters
1059     '("const-gchar*" "name")
1060     '("gint*" "x")
1061     '("gint*" "y")
1062     '("gint*" "w")
1063     '("gint*" "h")
1064   )
1065 )
1066
1067
1068
1069 ;; From empathy-group-chat.h
1070
1071 (define-function empathy_group_chat_get_type
1072   (c-name "empathy_group_chat_get_type")
1073   (return-type "GType")
1074 )
1075
1076 (define-function empathy_group_chat_new
1077   (c-name "empathy_group_chat_new")
1078   (is-constructor-of "EmpathyGroupChat")
1079   (return-type "EmpathyGroupChat*")
1080   (parameters
1081     '("McAccount*" "account")
1082     '("TpChan*" "tp_chan")
1083   )
1084 )
1085
1086 (define-method get_show_contacts
1087   (of-object "EmpathyGroupChat")
1088   (c-name "empathy_group_chat_get_show_contacts")
1089   (return-type "gboolean")
1090 )
1091
1092 (define-method set_show_contacts
1093   (of-object "EmpathyGroupChat")
1094   (c-name "empathy_group_chat_set_show_contacts")
1095   (return-type "none")
1096   (parameters
1097     '("gboolean" "show")
1098   )
1099 )
1100
1101 (define-method set_topic
1102   (of-object "EmpathyGroupChat")
1103   (c-name "empathy_group_chat_set_topic")
1104   (return-type "none")
1105 )
1106
1107
1108
1109 ;; From empathy-images.h
1110
1111
1112
1113 ;; From empathy-log-window.h
1114
1115 (define-function empathy_log_window_show
1116   (c-name "empathy_log_window_show")
1117   (return-type "none")
1118   (parameters
1119     '("McAccount*" "account")
1120     '("const-gchar*" "chat_id")
1121     '("gboolean" "chatroom")
1122     '("GtkWindow*" "parent")
1123   )
1124 )
1125
1126
1127
1128 ;; From empathy-main-window.h
1129
1130 (define-function empathy_main_window_show
1131   (c-name "empathy_main_window_show")
1132   (return-type "GtkWidget*")
1133 )
1134
1135
1136
1137 ;; From empathy-new-chatroom-dialog.h
1138
1139 (define-function empathy_new_chatroom_dialog_show
1140   (c-name "empathy_new_chatroom_dialog_show")
1141   (return-type "none")
1142   (parameters
1143     '("GtkWindow*" "parent")
1144   )
1145 )
1146
1147
1148
1149 ;; From empathy-preferences.h
1150
1151 (define-function empathy_preferences_show
1152   (c-name "empathy_preferences_show")
1153   (return-type "GtkWidget*")
1154   (parameters
1155     '("GtkWindow*" "parent")
1156   )
1157 )
1158
1159
1160
1161 ;; From empathy-presence-chooser.h
1162
1163 (define-function empathy_presence_chooser_get_type
1164   (c-name "empathy_presence_chooser_get_type")
1165   (return-type "GType")
1166 )
1167
1168 (define-function empathy_presence_chooser_new
1169   (c-name "empathy_presence_chooser_new")
1170   (is-constructor-of "EmpathyPresenceChooser")
1171   (return-type "GtkWidget*")
1172 )
1173
1174 (define-function empathy_presence_chooser_create_menu
1175   (c-name "empathy_presence_chooser_create_menu")
1176   (return-type "GtkWidget*")
1177 )
1178
1179
1180
1181 ;; From empathy-private-chat.h
1182
1183 (define-function empathy_private_chat_get_type
1184   (c-name "empathy_private_chat_get_type")
1185   (return-type "GType")
1186 )
1187
1188 (define-function empathy_private_chat_new
1189   (c-name "empathy_private_chat_new")
1190   (is-constructor-of "EmpathyPrivateChat")
1191   (return-type "EmpathyPrivateChat*")
1192   (parameters
1193     '("McAccount*" "account")
1194     '("TpChan*" "tp_chan")
1195   )
1196 )
1197
1198 (define-function empathy_private_chat_new_with_contact
1199   (c-name "empathy_private_chat_new_with_contact")
1200   (return-type "EmpathyPrivateChat*")
1201   (parameters
1202     '("EmpathyContact*" "contact")
1203   )
1204 )
1205
1206 (define-method get_contact
1207   (of-object "EmpathyPrivateChat")
1208   (c-name "empathy_private_chat_get_contact")
1209   (return-type "EmpathyContact*")
1210 )
1211
1212
1213
1214 ;; From empathy-profile-chooser.h
1215
1216 (define-function empathy_profile_chooser_new
1217   (c-name "empathy_profile_chooser_new")
1218   (is-constructor-of "EmpathyProfileChooser")
1219   (return-type "GtkWidget*")
1220 )
1221
1222 (define-function empathy_profile_chooser_get_selected
1223   (c-name "empathy_profile_chooser_get_selected")
1224   (return-type "McProfile*")
1225   (parameters
1226     '("GtkWidget*" "widget")
1227   )
1228 )
1229
1230
1231
1232 ;; From empathy-spell-dialog.h
1233
1234 (define-function empathy_spell_dialog_show
1235   (c-name "empathy_spell_dialog_show")
1236   (return-type "none")
1237   (parameters
1238     '("EmpathyChat*" "chat")
1239     '("GtkTextIter" "start")
1240     '("GtkTextIter" "end")
1241     '("const-gchar*" "word")
1242   )
1243 )
1244
1245
1246
1247 ;; From empathy-spell.h
1248
1249 (define-function empathy_spell_supported
1250   (c-name "empathy_spell_supported")
1251   (return-type "gboolean")
1252 )
1253
1254 (define-function empathy_spell_get_language_name
1255   (c-name "empathy_spell_get_language_name")
1256   (return-type "const-gchar*")
1257   (parameters
1258     '("const-gchar*" "code")
1259   )
1260 )
1261
1262 (define-function empathy_spell_get_language_codes
1263   (c-name "empathy_spell_get_language_codes")
1264   (return-type "GList*")
1265 )
1266
1267 (define-function empathy_spell_free_language_codes
1268   (c-name "empathy_spell_free_language_codes")
1269   (return-type "none")
1270   (parameters
1271     '("GList*" "codes")
1272   )
1273 )
1274
1275 (define-function empathy_spell_check
1276   (c-name "empathy_spell_check")
1277   (return-type "gboolean")
1278   (parameters
1279     '("const-gchar*" "word")
1280   )
1281 )
1282
1283 (define-function empathy_spell_get_suggestions
1284   (c-name "empathy_spell_get_suggestions")
1285   (return-type "GList*")
1286   (parameters
1287     '("const-gchar*" "word")
1288   )
1289 )
1290
1291 (define-function empathy_spell_free_suggestions
1292   (c-name "empathy_spell_free_suggestions")
1293   (return-type "none")
1294   (parameters
1295     '("GList*" "suggestions")
1296   )
1297 )
1298
1299
1300
1301 ;; From empathy-status-icon.h
1302
1303 (define-function empathy_status_icon_get_type
1304   (c-name "empathy_status_icon_get_type")
1305   (return-type "GType")
1306 )
1307
1308 (define-function empathy_status_icon_new
1309   (c-name "empathy_status_icon_new")
1310   (is-constructor-of "EmpathyStatusIcon")
1311   (return-type "EmpathyStatusIcon*")
1312   (parameters
1313     '("GtkWindow*" "window")
1314   )
1315 )
1316
1317
1318
1319 ;; From empathy-status-presets.h
1320
1321 (define-function empathy_status_presets_get_all
1322   (c-name "empathy_status_presets_get_all")
1323   (return-type "none")
1324 )
1325
1326 (define-function empathy_status_presets_get
1327   (c-name "empathy_status_presets_get")
1328   (return-type "GList*")
1329   (parameters
1330     '("McPresence" "state")
1331     '("gint" "max_number")
1332   )
1333 )
1334
1335 (define-function empathy_status_presets_set_last
1336   (c-name "empathy_status_presets_set_last")
1337   (return-type "none")
1338   (parameters
1339     '("McPresence" "state")
1340     '("const-gchar*" "status")
1341   )
1342 )
1343
1344 (define-function empathy_status_presets_remove
1345   (c-name "empathy_status_presets_remove")
1346   (return-type "none")
1347   (parameters
1348     '("McPresence" "state")
1349     '("const-gchar*" "status")
1350   )
1351 )
1352
1353 (define-function empathy_status_presets_reset
1354   (c-name "empathy_status_presets_reset")
1355   (return-type "none")
1356 )
1357
1358 (define-function empathy_status_presets_get_default_state
1359   (c-name "empathy_status_presets_get_default_state")
1360   (return-type "McPresence")
1361 )
1362
1363 (define-function empathy_status_presets_get_default_status
1364   (c-name "empathy_status_presets_get_default_status")
1365   (return-type "const-gchar*")
1366 )
1367
1368 (define-function empathy_status_presets_set_default
1369   (c-name "empathy_status_presets_set_default")
1370   (return-type "none")
1371   (parameters
1372     '("McPresence" "state")
1373     '("const-gchar*" "status")
1374   )
1375 )
1376
1377 (define-function empathy_status_presets_clear_default
1378   (c-name "empathy_status_presets_clear_default")
1379   (return-type "none")
1380 )
1381
1382
1383
1384 ;; From empathy-theme-manager.h
1385
1386 (define-function empathy_theme_manager_get_type
1387   (c-name "empathy_theme_manager_get_type")
1388   (return-type "GType")
1389 )
1390
1391 (define-function empathy_theme_manager_get
1392   (c-name "empathy_theme_manager_get")
1393   (return-type "EmpathyThemeManager*")
1394 )
1395
1396 (define-function empathy_theme_manager_get_themes
1397   (c-name "empathy_theme_manager_get_themes")
1398   (return-type "const-gchar**")
1399 )
1400
1401 (define-method apply
1402   (of-object "EmpathyThemeManager")
1403   (c-name "empathy_theme_manager_apply")
1404   (return-type "none")
1405   (parameters
1406     '("EmpathyChatView*" "view")
1407     '("const-gchar*" "theme")
1408   )
1409 )
1410
1411 (define-method apply_saved
1412   (of-object "EmpathyThemeManager")
1413   (c-name "empathy_theme_manager_apply_saved")
1414   (return-type "none")
1415   (parameters
1416     '("EmpathyChatView*" "view")
1417   )
1418 )
1419
1420 (define-method update_show_avatars
1421   (of-object "EmpathyThemeManager")
1422   (c-name "empathy_theme_manager_update_show_avatars")
1423   (return-type "none")
1424   (parameters
1425     '("EmpathyChatView*" "view")
1426     '("gboolean" "show")
1427   )
1428 )
1429
1430
1431
1432 ;; From empathy-ui-utils.h
1433
1434 (define-function empathy_glade_get_file_simple
1435   (c-name "empathy_glade_get_file_simple")
1436   (return-type "none")
1437   (parameters
1438     '("const-gchar*" "filename")
1439     '("const-gchar*" "root")
1440     '("const-gchar*" "domain")
1441     '("const-gchar*" "first_required_widget")
1442   )
1443   (varargs #t)
1444 )
1445
1446 (define-function empathy_glade_get_file
1447   (c-name "empathy_glade_get_file")
1448   (return-type "GladeXML*")
1449   (parameters
1450     '("const-gchar*" "filename")
1451     '("const-gchar*" "root")
1452     '("const-gchar*" "domain")
1453     '("const-gchar*" "first_required_widget")
1454   )
1455   (varargs #t)
1456 )
1457
1458 (define-function empathy_glade_connect
1459   (c-name "empathy_glade_connect")
1460   (return-type "none")
1461   (parameters
1462     '("GladeXML*" "gui")
1463     '("gpointer" "user_data")
1464     '("gchar*" "first_widget")
1465   )
1466   (varargs #t)
1467 )
1468
1469 (define-function empathy_glade_setup_size_group
1470   (c-name "empathy_glade_setup_size_group")
1471   (return-type "none")
1472   (parameters
1473     '("GladeXML*" "gui")
1474     '("GtkSizeGroupMode" "mode")
1475     '("gchar*" "first_widget")
1476   )
1477   (varargs #t)
1478 )
1479
1480 (define-function empathy_pixbuf_from_icon_name
1481   (c-name "empathy_pixbuf_from_icon_name")
1482   (return-type "GdkPixbuf*")
1483   (parameters
1484     '("const-gchar*" "icon_name")
1485     '("GtkIconSize" "icon_size")
1486   )
1487 )
1488
1489 (define-function empathy_pixbuf_from_smiley
1490   (c-name "empathy_pixbuf_from_smiley")
1491   (return-type "GdkPixbuf*")
1492   (parameters
1493     '("EmpathySmiley" "type")
1494     '("GtkIconSize" "icon_size")
1495   )
1496 )
1497
1498 (define-function empathy_icon_name_from_account
1499   (c-name "empathy_icon_name_from_account")
1500   (return-type "const-gchar*")
1501   (parameters
1502     '("McAccount*" "account")
1503   )
1504 )
1505
1506 (define-function empathy_icon_name_for_presence_state
1507   (c-name "empathy_icon_name_for_presence_state")
1508   (return-type "const-gchar*")
1509   (parameters
1510     '("McPresence" "state")
1511   )
1512 )
1513
1514 (define-function empathy_icon_name_for_presence
1515   (c-name "empathy_icon_name_for_presence")
1516   (return-type "const-gchar*")
1517   (parameters
1518     '("EmpathyPresence*" "presence")
1519   )
1520 )
1521
1522 (define-function empathy_icon_name_for_contact
1523   (c-name "empathy_icon_name_for_contact")
1524   (return-type "const-gchar*")
1525   (parameters
1526     '("EmpathyContact*" "contact")
1527   )
1528 )
1529
1530 (define-function empathy_pixbuf_from_avatar_scaled
1531   (c-name "empathy_pixbuf_from_avatar_scaled")
1532   (return-type "GdkPixbuf*")
1533   (parameters
1534     '("EmpathyAvatar*" "avatar")
1535     '("gint" "width")
1536     '("gint" "height")
1537   )
1538 )
1539
1540 (define-function empathy_pixbuf_avatar_from_contact_scaled
1541   (c-name "empathy_pixbuf_avatar_from_contact_scaled")
1542   (return-type "GdkPixbuf*")
1543   (parameters
1544     '("EmpathyContact*" "contact")
1545     '("gint" "width")
1546     '("gint" "height")
1547   )
1548 )
1549
1550 (define-function empathy_text_iter_forward_search
1551   (c-name "empathy_text_iter_forward_search")
1552   (return-type "gboolean")
1553   (parameters
1554     '("const-GtkTextIter*" "iter")
1555     '("const-gchar*" "str")
1556     '("GtkTextIter*" "match_start")
1557     '("GtkTextIter*" "match_end")
1558     '("const-GtkTextIter*" "limit")
1559   )
1560 )
1561
1562 (define-function empathy_text_iter_backward_search
1563   (c-name "empathy_text_iter_backward_search")
1564   (return-type "gboolean")
1565   (parameters
1566     '("const-GtkTextIter*" "iter")
1567     '("const-gchar*" "str")
1568     '("GtkTextIter*" "match_start")
1569     '("GtkTextIter*" "match_end")
1570     '("const-GtkTextIter*" "limit")
1571   )
1572 )
1573
1574 (define-function empathy_window_get_is_visible
1575   (c-name "empathy_window_get_is_visible")
1576   (return-type "gboolean")
1577   (parameters
1578     '("GtkWindow*" "window")
1579   )
1580 )
1581
1582 (define-function empathy_window_present
1583   (c-name "empathy_window_present")
1584   (return-type "none")
1585   (parameters
1586     '("GtkWindow*" "window")
1587     '("gboolean" "steal_focus")
1588   )
1589 )
1590
1591 (define-function empathy_window_iconify
1592   (c-name "empathy_window_iconify")
1593   (return-type "none")
1594   (parameters
1595     '("GtkWindow*" "window")
1596     '("GtkStatusIcon*" "status_icon")
1597   )
1598 )
1599
1600 (define-function empathy_get_toplevel_window
1601   (c-name "empathy_get_toplevel_window")
1602   (return-type "GtkWindow*")
1603   (parameters
1604     '("GtkWidget*" "widget")
1605   )
1606 )
1607
1608 (define-function empathy_url_show
1609   (c-name "empathy_url_show")
1610   (return-type "none")
1611   (parameters
1612     '("const-char*" "url")
1613   )
1614 )
1615
1616 (define-function empathy_toggle_button_set_state_quietly
1617   (c-name "empathy_toggle_button_set_state_quietly")
1618   (return-type "none")
1619   (parameters
1620     '("GtkWidget*" "widget")
1621     '("GCallback" "callback")
1622     '("gpointer" "user_data")
1623     '("gboolean" "active")
1624   )
1625 )
1626
1627 (define-function empathy_link_button_new
1628   (c-name "empathy_link_button_new")
1629   (is-constructor-of "EmpathyLinkButton")
1630   (return-type "GtkWidget*")
1631   (parameters
1632     '("const-gchar*" "url")
1633     '("const-gchar*" "title")
1634   )
1635 )
1636
1637
1638
1639 ;; From ephy-spinner.h
1640
1641 (define-function ephy_spinner_get_type
1642   (c-name "ephy_spinner_get_type")
1643   (return-type "GType")
1644 )
1645
1646 (define-function ephy_spinner_new
1647   (c-name "ephy_spinner_new")
1648   (is-constructor-of "EphySpinner")
1649   (return-type "GtkWidget*")
1650 )
1651
1652 (define-method start
1653   (of-object "EphySpinner")
1654   (c-name "ephy_spinner_start")
1655   (return-type "none")
1656 )
1657
1658 (define-method stop
1659   (of-object "EphySpinner")
1660   (c-name "ephy_spinner_stop")
1661   (return-type "none")
1662 )
1663
1664 (define-method set_size
1665   (of-object "EphySpinner")
1666   (c-name "ephy_spinner_set_size")
1667   (return-type "none")
1668   (parameters
1669     '("GtkIconSize" "size")
1670   )
1671 )
1672
1673