From 748b30ffe4d5b31a8983b05c03d92d871173f66f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 9 Sep 2008 11:31:04 +0000 Subject: Update python bindings svn path=/trunk/; revision=1433 --- python/pyempathygtk/pyempathygtk.defs | 1593 +++++++++++++++++---------------- 1 file changed, 800 insertions(+), 793 deletions(-) (limited to 'python/pyempathygtk') diff --git a/python/pyempathygtk/pyempathygtk.defs b/python/pyempathygtk/pyempathygtk.defs index e9103a495..2065e4823 100644 --- a/python/pyempathygtk/pyempathygtk.defs +++ b/python/pyempathygtk/pyempathygtk.defs @@ -169,20 +169,6 @@ ) ) -(define-flags ContactWidgetFlags - (in-module "Empathy") - (c-name "EmpathyContactWidgetFlags") - (gtype-id "EMPATHY_TYPE_CONTACT_WIDGET_FLAGS") - (values - '("none" "EMPATHY_CONTACT_WIDGET_EDIT_NONE") - '("alias" "EMPATHY_CONTACT_WIDGET_EDIT_ALIAS") - '("avatar" "EMPATHY_CONTACT_WIDGET_EDIT_AVATAR") - '("account" "EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT") - '("id" "EMPATHY_CONTACT_WIDGET_EDIT_ID") - '("groups" "EMPATHY_CONTACT_WIDGET_EDIT_GROUPS") - ) -) - (define-flags ContactFeatureFlags (in-module "Empathy") (c-name "EmpathyContactFeatureFlags") @@ -198,9 +184,20 @@ ) ) - -;; From empathy-images.h - +(define-flags ContactWidgetFlags + (in-module "Empathy") + (c-name "EmpathyContactWidgetFlags") + (gtype-id "EMPATHY_TYPE_CONTACT_WIDGET_FLAGS") + (values + '("edit-none" "EMPATHY_CONTACT_WIDGET_EDIT_NONE") + '("edit-alias" "EMPATHY_CONTACT_WIDGET_EDIT_ALIAS") + '("edit-avatar" "EMPATHY_CONTACT_WIDGET_EDIT_AVATAR") + '("edit-account" "EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT") + '("edit-id" "EMPATHY_CONTACT_WIDGET_EDIT_ID") + '("edit-groups" "EMPATHY_CONTACT_WIDGET_EDIT_GROUPS") + '("for-tooltip" "EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP") + ) +) ;; From empathy-account-chooser.h @@ -267,6 +264,234 @@ +;; From empathy-account-widget.h + +(define-function account_widget_handle_params + (c-name "empathy_account_widget_handle_params") + (return-type "none") + (parameters + '("McAccount*" "account") + '("GladeXML*" "glade") + '("const-gchar*" "first_widget_name") + ) + (varargs #t) +) + +(define-function account_widget_add_forget_button + (c-name "empathy_account_widget_add_forget_button") + (return-type "none") + (parameters + '("McAccount*" "account") + '("GladeXML*" "glade") + '("const-gchar*" "button") + '("const-gchar*" "entry") + ) +) + +(define-function account_widget_generic_new + (c-name "empathy_account_widget_generic_new") + (is-constructor-of "EmpathyAccountWidgetGeneric") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_salut_new + (c-name "empathy_account_widget_salut_new") + (is-constructor-of "EmpathyAccountWidgetSalut") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_msn_new + (c-name "empathy_account_widget_msn_new") + (is-constructor-of "EmpathyAccountWidgetMsn") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_jabber_new + (c-name "empathy_account_widget_jabber_new") + (is-constructor-of "EmpathyAccountWidgetJabber") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_icq_new + (c-name "empathy_account_widget_icq_new") + (is-constructor-of "EmpathyAccountWidgetIcq") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_aim_new + (c-name "empathy_account_widget_aim_new") + (is-constructor-of "EmpathyAccountWidgetAim") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_yahoo_new + (c-name "empathy_account_widget_yahoo_new") + (is-constructor-of "EmpathyAccountWidgetYahoo") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + +(define-function account_widget_groupwise_new + (c-name "empathy_account_widget_groupwise_new") + (is-constructor-of "EmpathyAccountWidgetGroupwise") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + + + +;; From empathy-account-widget-irc.h + +(define-function account_widget_irc_new + (c-name "empathy_account_widget_irc_new") + (is-constructor-of "EmpathyAccountWidgetIrc") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + + + +;; From empathy-account-widget-sip.h + +(define-function account_widget_sip_new + (c-name "empathy_account_widget_sip_new") + (is-constructor-of "EmpathyAccountWidgetSip") + (return-type "GtkWidget*") + (parameters + '("McAccount*" "account") + ) +) + + + +;; From empathy-avatar-chooser.h + +(define-function avatar_chooser_get_type + (c-name "empathy_avatar_chooser_get_type") + (return-type "GType") +) + +(define-function avatar_chooser_new + (c-name "empathy_avatar_chooser_new") + (is-constructor-of "EmpathyAvatarChooser") + (return-type "GtkWidget*") +) + +(define-method set + (of-object "EmpathyAvatarChooser") + (c-name "empathy_avatar_chooser_set") + (return-type "none") + (parameters + '("EmpathyAvatar*" "avatar") + ) +) + +(define-method get_image_data + (of-object "EmpathyAvatarChooser") + (c-name "empathy_avatar_chooser_get_image_data") + (return-type "none") + (parameters + '("const-gchar**" "data") + '("gsize*" "data_size") + '("const-gchar**" "mime_type") + ) +) + + + +;; From empathy-avatar-image.h + +(define-function avatar_image_get_type + (c-name "empathy_avatar_image_get_type") + (return-type "GType") +) + +(define-function avatar_image_new + (c-name "empathy_avatar_image_new") + (is-constructor-of "EmpathyAvatarImage") + (return-type "GtkWidget*") +) + +(define-method set + (of-object "EmpathyAvatarImage") + (c-name "empathy_avatar_image_set") + (return-type "none") + (parameters + '("EmpathyAvatar*" "avatar") + ) +) + + + +;; From empathy-cell-renderer-activatable.h + +(define-function cell_renderer_activatable_get_type + (c-name "empathy_cell_renderer_activatable_get_type") + (return-type "GType") +) + +(define-function cell_renderer_activatable_new + (c-name "empathy_cell_renderer_activatable_new") + (is-constructor-of "EmpathyCellRendererActivatable") + (return-type "GtkCellRenderer*") +) + + + +;; From empathy-cell-renderer-expander.h + +(define-function cell_renderer_expander_get_type + (c-name "empathy_cell_renderer_expander_get_type") + (return-type "GType") +) + +(define-function cell_renderer_expander_new + (c-name "empathy_cell_renderer_expander_new") + (is-constructor-of "EmpathyCellRendererExpander") + (return-type "GtkCellRenderer*") +) + + + +;; From empathy-cell-renderer-text.h + +(define-function cell_renderer_text_get_type + (c-name "empathy_cell_renderer_text_get_type") + (return-type "GType") +) + +(define-function cell_renderer_text_new + (c-name "empathy_cell_renderer_text_new") + (is-constructor-of "EmpathyCellRendererText") + (return-type "GtkCellRenderer*") +) + + + ;; From empathy-chat.h (define-function chat_get_type @@ -381,33 +606,11 @@ ) ) - - -;; From empathy-irc-network-dialog.h - -(define-method dialog_show - (of-object "EmpathyIrcNetwork") - (c-name "empathy_irc_network_dialog_show") - (return-type "GtkWidget*") - (parameters - '("GtkWidget*" "parent") - ) -) - - - -;; From empathy-spell-dialog.h - -(define-function spell_dialog_show - (c-name "empathy_spell_dialog_show") - (return-type "none") - (parameters - '("EmpathyChat*" "chat") - '("GtkTextIter*" "start") - '("GtkTextIter*" "end") - '("const-gchar*" "word") - ) -) +(define-method is_room + (of-object "EmpathyChat") + (c-name "empathy_chat_is_room") + (return-type "gboolean") +) @@ -594,128 +797,6 @@ -;; From empathy-log-window.h - -(define-function log_window_show - (c-name "empathy_log_window_show") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - '("const-gchar*" "chat_id") - '("gboolean" "chatroom") - '("GtkWindow*" "parent") - ) -) - - - -;; From empathy-theme-boxes.h - -(define-function theme_boxes_get_type - (c-name "empathy_theme_boxes_get_type") - (return-type "GType") -) - - - -;; From empathy-account-widget.h - -(define-function account_widget_handle_params - (c-name "empathy_account_widget_handle_params") - (return-type "none") - (parameters - '("McAccount*" "account") - '("GladeXML*" "glade") - '("const-gchar*" "first_widget_name") - ) - (varargs #t) -) - -(define-function account_widget_add_forget_button - (c-name "empathy_account_widget_add_forget_button") - (return-type "none") - (parameters - '("McAccount*" "account") - '("GladeXML*" "glade") - '("const-gchar*" "button") - '("const-gchar*" "entry") - ) -) - -(define-function account_widget_generic_new - (c-name "empathy_account_widget_generic_new") - (is-constructor-of "EmpathyAccountWidgetGeneric") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_salut_new - (c-name "empathy_account_widget_salut_new") - (is-constructor-of "EmpathyAccountWidgetSalut") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_msn_new - (c-name "empathy_account_widget_msn_new") - (is-constructor-of "EmpathyAccountWidgetMsn") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_jabber_new - (c-name "empathy_account_widget_jabber_new") - (is-constructor-of "EmpathyAccountWidgetJabber") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_icq_new - (c-name "empathy_account_widget_icq_new") - (is-constructor-of "EmpathyAccountWidgetIcq") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_aim_new - (c-name "empathy_account_widget_aim_new") - (is-constructor-of "EmpathyAccountWidgetAim") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_yahoo_new - (c-name "empathy_account_widget_yahoo_new") - (is-constructor-of "EmpathyAccountWidgetYahoo") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - -(define-function account_widget_groupwise_new - (c-name "empathy_account_widget_groupwise_new") - (is-constructor-of "EmpathyAccountWidgetGroupwise") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - - - ;; From empathy-conf.h (define-function conf_get_type @@ -835,282 +916,104 @@ -;; From empathy-theme.h - -(define-function theme_get_type - (c-name "empathy_theme_get_type") - (return-type "GType") -) +;; From empathy-contact-dialogs.h -(define-method update_view - (of-object "EmpathyTheme") - (c-name "empathy_theme_update_view") +(define-function subscription_dialog_show + (c-name "empathy_subscription_dialog_show") (return-type "none") (parameters - '("EmpathyChatView*" "view") + '("EmpathyContact*" "contact") + '("GtkWindow*" "parent") ) ) -(define-method append_message - (of-object "EmpathyTheme") - (c-name "empathy_theme_append_message") +(define-method information_dialog_show + (of-object "EmpathyContact") + (c-name "empathy_contact_information_dialog_show") (return-type "none") (parameters - '("EmpathyChatView*" "view") - '("EmpathyMessage*" "msg") + '("GtkWindow*" "parent") + '("gboolean" "edit") + '("gboolean" "is_user") ) ) -(define-method append_text - (of-object "EmpathyTheme") - (c-name "empathy_theme_append_text") +(define-function new_contact_dialog_show + (c-name "empathy_new_contact_dialog_show") (return-type "none") (parameters - '("EmpathyChatView*" "view") - '("const-gchar*" "body") - '("const-gchar*" "tag") - '("const-gchar*" "link_tag") + '("GtkWindow*" "parent") ) ) -(define-method append_spacing - (of-object "EmpathyTheme") - (c-name "empathy_theme_append_spacing") - (return-type "none") - (parameters - '("EmpathyChatView*" "view") - ) + + +;; From empathy-contact-list-store.h + +(define-function contact_list_store_get_type + (c-name "empathy_contact_list_store_get_type") + (return-type "GType") ) -(define-method append_event - (of-object "EmpathyTheme") - (c-name "empathy_theme_append_event") - (return-type "none") +(define-function empathy_contact_list_store_new + (is-constructor-of "EmpathyContactListStore") + (c-name "empathy_contact_list_store_new") + (return-type "EmpathyContactListStore*") (parameters - '("EmpathyChatView*" "view") - '("const-gchar*" "str") + '("EmpathyContactList*" "list_iface") ) ) -(define-method append_timestamp - (of-object "EmpathyTheme") - (c-name "empathy_theme_append_timestamp") - (return-type "none") - (parameters - '("EmpathyChatView*" "view") - '("EmpathyMessage*" "message") - '("gboolean" "show_date") - '("gboolean" "show_time") - ) +(define-method get_list_iface + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_get_list_iface") + (return-type "EmpathyContactList*") ) -(define-method maybe_append_date_and_time - (of-object "EmpathyTheme") - (c-name "empathy_theme_maybe_append_date_and_time") +(define-method get_show_offline + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_get_show_offline") + (return-type "gboolean") +) + +(define-method set_show_offline + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_set_show_offline") (return-type "none") (parameters - '("EmpathyChatView*" "view") - '("EmpathyMessage*" "message") + '("gboolean" "show_offline") ) ) (define-method get_show_avatars - (of-object "EmpathyTheme") - (c-name "empathy_theme_get_show_avatars") + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_get_show_avatars") (return-type "gboolean") ) (define-method set_show_avatars - (of-object "EmpathyTheme") - (c-name "empathy_theme_set_show_avatars") + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_set_show_avatars") (return-type "none") (parameters - '("gboolean" "show") + '("gboolean" "show_avatars") ) ) +(define-method get_show_groups + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_get_show_groups") + (return-type "gboolean") +) - -;; From empathy-account-widget-irc.h - -(define-function account_widget_irc_new - (c-name "empathy_account_widget_irc_new") - (is-constructor-of "EmpathyAccountWidgetIrc") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - - - -;; From empathy-account-widget-sip.h - -(define-function account_widget_sip_new - (c-name "empathy_account_widget_sip_new") - (is-constructor-of "EmpathyAccountWidgetSip") - (return-type "GtkWidget*") - (parameters - '("McAccount*" "account") - ) -) - - - -;; From empathy-contact-dialogs.h - -(define-function subscription_dialog_show - (c-name "empathy_subscription_dialog_show") - (return-type "none") - (parameters - '("EmpathyContact*" "contact") - '("GtkWindow*" "parent") - ) -) - -(define-method information_dialog_show - (of-object "EmpathyContact") - (c-name "empathy_contact_information_dialog_show") - (return-type "none") - (parameters - '("GtkWindow*" "parent") - '("gboolean" "edit") - '("gboolean" "is_user") - ) -) - -(define-function new_contact_dialog_show - (c-name "empathy_new_contact_dialog_show") - (return-type "none") - (parameters - '("GtkWindow*" "parent") - ) -) - - - -;; From empathy-new-message-dialog.h - -(define-function new_message_dialog_show - (c-name "empathy_new_message_dialog_show") - (return-type "GtkWidget*") - (parameters - '("GtkWindow*" "parent") - ) -) - - - -;; From empathy-theme-irc.h - -(define-function theme_irc_get_type - (c-name "empathy_theme_irc_get_type") - (return-type "GType") -) - - - -;; From empathy-avatar-chooser.h - -(define-function avatar_chooser_get_type - (c-name "empathy_avatar_chooser_get_type") - (return-type "GType") -) - -(define-function avatar_chooser_new - (c-name "empathy_avatar_chooser_new") - (is-constructor-of "EmpathyAvatarChooser") - (return-type "GtkWidget*") -) - -(define-method set - (of-object "EmpathyAvatarChooser") - (c-name "empathy_avatar_chooser_set") - (return-type "none") - (parameters - '("EmpathyAvatar*" "avatar") - ) -) - -(define-method get_image_data - (of-object "EmpathyAvatarChooser") - (c-name "empathy_avatar_chooser_get_image_data") - (return-type "none") - (parameters - '("const-gchar**" "data") - '("gsize*" "data_size") - '("const-gchar**" "mime_type") - ) -) - - - -;; From empathy-contact-list-store.h - -(define-function contact_list_store_get_type - (c-name "empathy_contact_list_store_get_type") - (return-type "GType") -) - -(define-function empathy_contact_list_store_new - (is-constructor-of "EmpathyContactListStore") - (c-name "empathy_contact_list_store_new") - (return-type "EmpathyContactListStore*") - (parameters - '("EmpathyContactList*" "list_iface") - ) -) - -(define-method get_list_iface - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_get_list_iface") - (return-type "EmpathyContactList*") -) - -(define-method get_show_offline - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_get_show_offline") - (return-type "gboolean") -) - -(define-method set_show_offline - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_set_show_offline") - (return-type "none") - (parameters - '("gboolean" "show_offline") - ) -) - -(define-method get_show_avatars - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_get_show_avatars") - (return-type "gboolean") -) - -(define-method set_show_avatars - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_set_show_avatars") - (return-type "none") - (parameters - '("gboolean" "show_avatars") - ) -) - -(define-method get_show_groups - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_get_show_groups") - (return-type "gboolean") -) - -(define-method set_show_groups - (of-object "EmpathyContactListStore") - (c-name "empathy_contact_list_store_set_show_groups") - (return-type "none") - (parameters - '("gboolean" "show_groups") - ) -) +(define-method set_show_groups + (of-object "EmpathyContactListStore") + (c-name "empathy_contact_list_store_set_show_groups") + (return-type "none") + (parameters + '("gboolean" "show_groups") + ) +) (define-method get_is_compact (of-object "EmpathyContactListStore") @@ -1176,647 +1079,751 @@ -;; From empathy-presence-chooser.h +;; From empathy-contact-list-view.h -(define-function presence_chooser_get_type - (c-name "empathy_presence_chooser_get_type") +(define-function contact_list_view_get_type + (c-name "empathy_contact_list_view_get_type") (return-type "GType") ) -(define-function presence_chooser_new - (c-name "empathy_presence_chooser_new") - (is-constructor-of "EmpathyPresenceChooser") - (return-type "GtkWidget*") +(define-function contact_list_view_new + (c-name "empathy_contact_list_view_new") + (is-constructor-of "EmpathyContactListView") + (return-type "EmpathyContactListView*") + (parameters + '("EmpathyContactListStore*" "store") + '("EmpathyContactListFeatureFlags" "list_features") + '("EmpathyContactFeatureFlags" "contact_features") + ) ) -(define-function presence_chooser_create_menu - (c-name "empathy_presence_chooser_create_menu") - (return-type "GtkWidget*") +(define-method get_selected + (of-object "EmpathyContactListView") + (c-name "empathy_contact_list_view_get_selected") + (return-type "EmpathyContact*") ) - - -;; From empathy-theme-manager.h - -(define-function theme_manager_get_type - (c-name "empathy_theme_manager_get_type") - (return-type "GType") +(define-method get_selected_group + (of-object "EmpathyContactListView") + (c-name "empathy_contact_list_view_get_selected_group") + (return-type "gchar*") ) -(define-function theme_manager_get - (c-name "empathy_theme_manager_get") - (return-type "EmpathyThemeManager*") +(define-method get_contact_menu + (of-object "EmpathyContactListView") + (c-name "empathy_contact_list_view_get_contact_menu") + (return-type "GtkWidget*") ) -(define-function theme_manager_get_themes - (c-name "empathy_theme_manager_get_themes") - (return-type "const-gchar**") +(define-method get_group_menu + (of-object "EmpathyContactListView") + (c-name "empathy_contact_list_view_get_group_menu") + (return-type "GtkWidget*") ) -(define-method apply - (of-object "EmpathyThemeManager") - (c-name "empathy_theme_manager_apply") - (return-type "none") - (parameters - '("EmpathyChatView*" "view") - '("const-gchar*" "theme") - ) -) -(define-method apply_saved - (of-object "EmpathyThemeManager") - (c-name "empathy_theme_manager_apply_saved") - (return-type "none") + +;; From empathy-contact-menu.h + +(define-method menu_new + (of-object "EmpathyContact") + (c-name "empathy_contact_menu_new") + (return-type "GtkWidget*") (parameters - '("EmpathyChatView*" "view") + '("EmpathyContactFeatureFlags" "features") ) ) +(define-method chat_menu_item_new + (of-object "EmpathyContact") + (c-name "empathy_contact_chat_menu_item_new") + (return-type "GtkWidget*") +) - -;; From empathy-avatar-image.h - -(define-function avatar_image_get_type - (c-name "empathy_avatar_image_get_type") - (return-type "GType") +(define-method call_menu_item_new + (of-object "EmpathyContact") + (c-name "empathy_contact_call_menu_item_new") + (return-type "GtkWidget*") ) -(define-function avatar_image_new - (c-name "empathy_avatar_image_new") - (is-constructor-of "EmpathyAvatarImage") +(define-method log_menu_item_new + (of-object "EmpathyContact") + (c-name "empathy_contact_log_menu_item_new") (return-type "GtkWidget*") ) -(define-method set - (of-object "EmpathyAvatarImage") - (c-name "empathy_avatar_image_set") - (return-type "none") - (parameters - '("EmpathyAvatar*" "avatar") - ) +(define-method info_menu_item_new + (of-object "EmpathyContact") + (c-name "empathy_contact_info_menu_item_new") + (return-type "GtkWidget*") ) +(define-method edit_menu_item_new + (of-object "EmpathyContact") + (c-name "empathy_contact_edit_menu_item_new") + (return-type "GtkWidget*") +) -;; From empathy-contact-list-view.h -(define-function contact_list_view_get_type - (c-name "empathy_contact_list_view_get_type") - (return-type "GType") -) +;; From empathy-contact-widget.h -(define-function contact_list_view_new - (c-name "empathy_contact_list_view_new") - (is-constructor-of "EmpathyContactListView") - (return-type "EmpathyContactListView*") +(define-method widget_new + (of-object "EmpathyContact") + (c-name "empathy_contact_widget_new") + (return-type "GtkWidget*") (parameters - '("EmpathyContactListStore*" "store") - '("EmpathyContactListFeatureFlags" "list_features") - '("EmpathyContactFeatureFlags" "contact_features") + '("EmpathyContactWidgetFlags" "flags") ) ) -(define-method get_selected - (of-object "EmpathyContactListView") - (c-name "empathy_contact_list_view_get_selected") +(define-function contact_widget_get_contact + (c-name "empathy_contact_widget_get_contact") (return-type "EmpathyContact*") + (parameters + '("GtkWidget*" "widget") + ) ) -(define-method get_selected_group - (of-object "EmpathyContactListView") - (c-name "empathy_contact_list_view_get_selected_group") - (return-type "gchar*") -) - -(define-method get_contact_menu - (of-object "EmpathyContactListView") - (c-name "empathy_contact_list_view_get_contact_menu") - (return-type "GtkWidget*") +(define-function contact_widget_set_contact + (c-name "empathy_contact_widget_set_contact") + (return-type "none") + (parameters + '("GtkWidget*" "widget") + '("EmpathyContact*" "contact") + ) ) -(define-method get_group_menu - (of-object "EmpathyContactListView") - (c-name "empathy_contact_list_view_get_group_menu") - (return-type "GtkWidget*") +(define-function contact_widget_set_account_filter + (c-name "empathy_contact_widget_set_account_filter") + (return-type "none") + (parameters + '("GtkWidget*" "widget") + '("EmpathyAccountChooserFilterFunc" "filter") + '("gpointer" "user_data") + ) ) -;; From empathy-ui-utils.h +;; From empathy-geometry.h -(define-function glade_get_file_simple - (c-name "empathy_glade_get_file_simple") +(define-function geometry_save + (c-name "empathy_geometry_save") (return-type "none") (parameters - '("const-gchar*" "filename") - '("const-gchar*" "root") - '("const-gchar*" "domain") - '("const-gchar*" "first_required_widget") - ) - (varargs #t) -) - -(define-function glade_get_file - (c-name "empathy_glade_get_file") - (return-type "GladeXML*") - (parameters - '("const-gchar*" "filename") - '("const-gchar*" "root") - '("const-gchar*" "domain") - '("const-gchar*" "first_required_widget") + '("const-gchar*" "name") + '("gint" "x") + '("gint" "y") + '("gint" "w") + '("gint" "h") ) - (varargs #t) ) -(define-function glade_connect - (c-name "empathy_glade_connect") +(define-function geometry_load + (c-name "empathy_geometry_load") (return-type "none") (parameters - '("GladeXML*" "gui") - '("gpointer" "user_data") - '("gchar*" "first_widget") + '("const-gchar*" "name") + '("gint*" "x") + '("gint*" "y") + '("gint*" "w") + '("gint*" "h") ) - (varargs #t) ) -(define-function glade_setup_size_group - (c-name "empathy_glade_setup_size_group") - (return-type "none") + + +;; From empathy-images.h + + + +;; From empathy-irc-network-dialog.h + +(define-method dialog_show + (of-object "EmpathyIrcNetwork") + (c-name "empathy_irc_network_dialog_show") + (return-type "GtkWidget*") (parameters - '("GladeXML*" "gui") - '("GtkSizeGroupMode" "mode") - '("gchar*" "first_widget") + '("GtkWidget*" "parent") ) - (varargs #t) ) -(define-function icon_name_from_account - (c-name "empathy_icon_name_from_account") - (return-type "const-gchar*") + + +;; From empathy-log-window.h + +(define-function log_window_show + (c-name "empathy_log_window_show") + (return-type "GtkWidget*") (parameters '("McAccount*" "account") + '("const-gchar*" "chat_id") + '("gboolean" "chatroom") + '("GtkWindow*" "parent") ) ) -(define-function icon_name_for_presence - (c-name "empathy_icon_name_for_presence") - (return-type "const-gchar*") + + +;; From empathy-new-message-dialog.h + +(define-function new_message_dialog_show + (c-name "empathy_new_message_dialog_show") + (return-type "GtkWidget*") (parameters - '("McPresence" "presence") + '("GtkWindow*" "parent") ) ) -(define-function icon_name_for_contact - (c-name "empathy_icon_name_for_contact") - (return-type "const-gchar*") - (parameters - '("EmpathyContact*" "contact") - ) + + +;; From empathy-presence-chooser.h + +(define-function presence_chooser_get_type + (c-name "empathy_presence_chooser_get_type") + (return-type "GType") ) -(define-function pixbuf_from_data - (c-name "empathy_pixbuf_from_data") - (return-type "GdkPixbuf*") - (parameters - '("gchar*" "data") - '("gsize" "data_size") - ) +(define-function presence_chooser_new + (c-name "empathy_presence_chooser_new") + (is-constructor-of "EmpathyPresenceChooser") + (return-type "GtkWidget*") ) -(define-function pixbuf_from_avatar_scaled - (c-name "empathy_pixbuf_from_avatar_scaled") - (return-type "GdkPixbuf*") - (parameters - '("EmpathyAvatar*" "avatar") - '("gint" "width") - '("gint" "height") - ) +(define-function presence_chooser_create_menu + (c-name "empathy_presence_chooser_create_menu") + (return-type "GtkWidget*") ) -(define-function pixbuf_avatar_from_contact_scaled - (c-name "empathy_pixbuf_avatar_from_contact_scaled") - (return-type "GdkPixbuf*") + + +;; From empathy-profile-chooser.h + +(define-function profile_chooser_new + (c-name "empathy_profile_chooser_new") + (is-constructor-of "EmpathyProfileChooser") + (return-type "GtkWidget*") +) + +(define-function profile_chooser_get_selected + (c-name "empathy_profile_chooser_get_selected") + (return-type "McProfile*") (parameters - '("EmpathyContact*" "contact") - '("gint" "width") - '("gint" "height") + '("GtkWidget*" "widget") ) ) -(define-function pixbuf_scale_down_if_necessary - (c-name "empathy_pixbuf_scale_down_if_necessary") - (return-type "GdkPixbuf*") +(define-function profile_chooser_n_profiles + (c-name "empathy_profile_chooser_n_profiles") + (return-type "gint") (parameters - '("GdkPixbuf*" "pixbuf") - '("gint" "max_size") + '("GtkWidget*" "widget") ) ) -(define-function pixbuf_from_icon_name - (c-name "empathy_pixbuf_from_icon_name") - (return-type "GdkPixbuf*") + + +;; From empathy-smiley-manager.h + +(define-function smiley_manager_get_type + (c-name "empathy_smiley_manager_get_type") + (return-type "GType") +) + +(define-function smiley_manager_new + (c-name "empathy_smiley_manager_new") + (is-constructor-of "EmpathySmileyManager") + (return-type "EmpathySmileyManager*") +) + +(define-method load + (of-object "EmpathySmileyManager") + (c-name "empathy_smiley_manager_load") + (return-type "none") +) + +(define-method add + (of-object "EmpathySmileyManager") + (c-name "empathy_smiley_manager_add") + (return-type "none") (parameters '("const-gchar*" "icon_name") - '("GtkIconSize" "icon_size") + '("const-gchar*" "first_str") ) + (varargs #t) ) -(define-function text_iter_forward_search - (c-name "empathy_text_iter_forward_search") - (return-type "gboolean") +(define-method add_from_pixbuf + (of-object "EmpathySmileyManager") + (c-name "empathy_smiley_manager_add_from_pixbuf") + (return-type "none") (parameters - '("const-GtkTextIter*" "iter") - '("const-gchar*" "str") - '("GtkTextIter*" "match_start") - '("GtkTextIter*" "match_end") - '("const-GtkTextIter*" "limit") + '("GdkPixbuf*" "smiley") + '("const-gchar*" "first_str") + ) + (varargs #t) +) + +(define-method get_all + (of-object "EmpathySmileyManager") + (c-name "empathy_smiley_manager_get_all") + (return-type "GSList*") +) + +(define-method parse + (of-object "EmpathySmileyManager") + (c-name "empathy_smiley_manager_parse") + (return-type "GSList*") + (parameters + '("const-gchar*" "text") ) ) -(define-function text_iter_backward_search - (c-name "empathy_text_iter_backward_search") - (return-type "gboolean") - (parameters - '("const-GtkTextIter*" "iter") - '("const-gchar*" "str") - '("GtkTextIter*" "match_start") - '("GtkTextIter*" "match_end") - '("const-GtkTextIter*" "limit") - ) +(define-method free + (of-object "EmpathySmiley") + (c-name "empathy_smiley_free") + (return-type "none") ) -(define-function window_get_is_visible - (c-name "empathy_window_get_is_visible") + + +;; From empathy-spell.h + +(define-function spell_supported + (c-name "empathy_spell_supported") (return-type "gboolean") - (parameters - '("GtkWindow*" "window") - ) ) -(define-function window_present - (c-name "empathy_window_present") - (return-type "none") +(define-function spell_get_language_name + (c-name "empathy_spell_get_language_name") + (return-type "const-gchar*") (parameters - '("GtkWindow*" "window") - '("gboolean" "steal_focus") + '("const-gchar*" "code") ) ) -(define-function window_iconify - (c-name "empathy_window_iconify") +(define-function spell_get_language_codes + (c-name "empathy_spell_get_language_codes") + (return-type "GList*") +) + +(define-function spell_free_language_codes + (c-name "empathy_spell_free_language_codes") (return-type "none") (parameters - '("GtkWindow*" "window") - '("GtkStatusIcon*" "status_icon") + '("GList*" "codes") ) ) -(define-function get_toplevel_window - (c-name "empathy_get_toplevel_window") - (return-type "GtkWindow*") +(define-function spell_check + (c-name "empathy_spell_check") + (return-type "gboolean") (parameters - '("GtkWidget*" "widget") + '("const-gchar*" "word") ) ) -(define-function url_show - (c-name "empathy_url_show") - (return-type "none") +(define-function spell_get_suggestions + (c-name "empathy_spell_get_suggestions") + (return-type "GList*") (parameters - '("const-char*" "url") + '("const-gchar*" "word") ) ) -(define-function toggle_button_set_state_quietly - (c-name "empathy_toggle_button_set_state_quietly") +(define-function spell_free_suggestions + (c-name "empathy_spell_free_suggestions") (return-type "none") (parameters - '("GtkWidget*" "widget") - '("GCallback" "callback") - '("gpointer" "user_data") - '("gboolean" "active") + '("GList*" "suggestions") ) ) -(define-function link_button_new - (c-name "empathy_link_button_new") - (is-constructor-of "EmpathyLinkButton") - (return-type "GtkWidget*") - (parameters - '("const-gchar*" "url") - '("const-gchar*" "title") - ) -) -(define-function text_buffer_tag_set - (c-name "empathy_text_buffer_tag_set") - (return-type "GtkTextTag*") + +;; From empathy-spell-dialog.h + +(define-function spell_dialog_show + (c-name "empathy_spell_dialog_show") + (return-type "none") (parameters - '("GtkTextBuffer*" "buffer") - '("const-gchar*" "tag_name") - '("const-gchar*" "first_property_name") + '("EmpathyChat*" "chat") + '("GtkTextIter*" "start") + '("GtkTextIter*" "end") + '("const-gchar*" "word") ) - (varargs #t) ) -;; From empathy-cell-renderer-activatable.h +;; From empathy-theme-boxes.h -(define-function cell_renderer_activatable_get_type - (c-name "empathy_cell_renderer_activatable_get_type") +(define-function theme_boxes_get_type + (c-name "empathy_theme_boxes_get_type") (return-type "GType") ) -(define-function cell_renderer_activatable_new - (c-name "empathy_cell_renderer_activatable_new") - (is-constructor-of "EmpathyCellRendererActivatable") - (return-type "GtkCellRenderer*") -) +;; From empathy-theme.h -;; From empathy-contact-widget.h +(define-function theme_get_type + (c-name "empathy_theme_get_type") + (return-type "GType") +) -(define-method widget_new - (of-object "EmpathyContact") - (c-name "empathy_contact_widget_new") - (return-type "GtkWidget*") +(define-method update_view + (of-object "EmpathyTheme") + (c-name "empathy_theme_update_view") + (return-type "none") (parameters - '("EmpathyContactWidgetFlags" "flags") + '("EmpathyChatView*" "view") ) ) -(define-function contact_widget_get_contact - (c-name "empathy_contact_widget_get_contact") - (return-type "EmpathyContact*") +(define-method append_message + (of-object "EmpathyTheme") + (c-name "empathy_theme_append_message") + (return-type "none") (parameters - '("GtkWidget*" "widget") + '("EmpathyChatView*" "view") + '("EmpathyMessage*" "msg") ) ) -(define-function contact_widget_set_contact - (c-name "empathy_contact_widget_set_contact") +(define-method append_text + (of-object "EmpathyTheme") + (c-name "empathy_theme_append_text") (return-type "none") (parameters - '("GtkWidget*" "widget") - '("EmpathyContact*" "contact") + '("EmpathyChatView*" "view") + '("const-gchar*" "body") + '("const-gchar*" "tag") + '("const-gchar*" "link_tag") ) ) -(define-function contact_widget_set_account_filter - (c-name "empathy_contact_widget_set_account_filter") +(define-method append_spacing + (of-object "EmpathyTheme") + (c-name "empathy_theme_append_spacing") (return-type "none") (parameters - '("GtkWidget*" "widget") - '("EmpathyAccountChooserFilterFunc" "filter") - '("gpointer" "user_data") + '("EmpathyChatView*" "view") ) ) +(define-method append_event + (of-object "EmpathyTheme") + (c-name "empathy_theme_append_event") + (return-type "none") + (parameters + '("EmpathyChatView*" "view") + '("const-gchar*" "str") + ) +) - -;; From empathy-profile-chooser.h - -(define-function profile_chooser_new - (c-name "empathy_profile_chooser_new") - (is-constructor-of "EmpathyProfileChooser") - (return-type "GtkWidget*") +(define-method append_timestamp + (of-object "EmpathyTheme") + (c-name "empathy_theme_append_timestamp") + (return-type "none") + (parameters + '("EmpathyChatView*" "view") + '("EmpathyMessage*" "message") + '("gboolean" "show_date") + '("gboolean" "show_time") + ) ) -(define-function profile_chooser_get_selected - (c-name "empathy_profile_chooser_get_selected") - (return-type "McProfile*") +(define-method maybe_append_date_and_time + (of-object "EmpathyTheme") + (c-name "empathy_theme_maybe_append_date_and_time") + (return-type "none") (parameters - '("GtkWidget*" "widget") + '("EmpathyChatView*" "view") + '("EmpathyMessage*" "message") ) ) -(define-function profile_chooser_n_profiles - (c-name "empathy_profile_chooser_n_profiles") - (return-type "gint") +(define-method get_show_avatars + (of-object "EmpathyTheme") + (c-name "empathy_theme_get_show_avatars") + (return-type "gboolean") +) + +(define-method set_show_avatars + (of-object "EmpathyTheme") + (c-name "empathy_theme_set_show_avatars") + (return-type "none") (parameters - '("GtkWidget*" "widget") + '("gboolean" "show") ) ) -;; From empathy-cell-renderer-expander.h +;; From empathy-theme-irc.h -(define-function cell_renderer_expander_get_type - (c-name "empathy_cell_renderer_expander_get_type") +(define-function theme_irc_get_type + (c-name "empathy_theme_irc_get_type") (return-type "GType") ) -(define-function cell_renderer_expander_new - (c-name "empathy_cell_renderer_expander_new") - (is-constructor-of "EmpathyCellRendererExpander") - (return-type "GtkCellRenderer*") -) +;; From empathy-theme-manager.h -;; From empathy-geometry.h +(define-function theme_manager_get_type + (c-name "empathy_theme_manager_get_type") + (return-type "GType") +) -(define-function geometry_save - (c-name "empathy_geometry_save") +(define-function theme_manager_get + (c-name "empathy_theme_manager_get") + (return-type "EmpathyThemeManager*") +) + +(define-function theme_manager_get_themes + (c-name "empathy_theme_manager_get_themes") + (return-type "const-gchar**") +) + +(define-method apply + (of-object "EmpathyThemeManager") + (c-name "empathy_theme_manager_apply") (return-type "none") (parameters - '("const-gchar*" "name") - '("gint" "x") - '("gint" "y") - '("gint" "w") - '("gint" "h") + '("EmpathyChatView*" "view") + '("const-gchar*" "theme") ) ) -(define-function geometry_load - (c-name "empathy_geometry_load") - (return-type "none") - (parameters - '("const-gchar*" "name") - '("gint*" "x") - '("gint*" "y") - '("gint*" "w") - '("gint*" "h") +(define-method apply_saved + (of-object "EmpathyThemeManager") + (c-name "empathy_theme_manager_apply_saved") + (return-type "none") + (parameters + '("EmpathyChatView*" "view") ) ) -;; From empathy-smiley-manager.h - -(define-function smiley_manager_get_type - (c-name "empathy_smiley_manager_get_type") - (return-type "GType") -) +;; From empathy-ui-utils.h -(define-function smiley_manager_new - (c-name "empathy_smiley_manager_new") - (is-constructor-of "EmpathySmileyManager") - (return-type "EmpathySmileyManager*") +(define-function glade_get_file_simple + (c-name "empathy_glade_get_file_simple") + (return-type "none") + (parameters + '("const-gchar*" "filename") + '("const-gchar*" "root") + '("const-gchar*" "domain") + '("const-gchar*" "first_required_widget") + ) + (varargs #t) ) -(define-method load - (of-object "EmpathySmileyManager") - (c-name "empathy_smiley_manager_load") - (return-type "none") +(define-function glade_get_file + (c-name "empathy_glade_get_file") + (return-type "GladeXML*") + (parameters + '("const-gchar*" "filename") + '("const-gchar*" "root") + '("const-gchar*" "domain") + '("const-gchar*" "first_required_widget") + ) + (varargs #t) ) -(define-method add - (of-object "EmpathySmileyManager") - (c-name "empathy_smiley_manager_add") +(define-function glade_connect + (c-name "empathy_glade_connect") (return-type "none") (parameters - '("const-gchar*" "icon_name") - '("const-gchar*" "first_str") + '("GladeXML*" "gui") + '("gpointer" "user_data") + '("gchar*" "first_widget") ) (varargs #t) ) -(define-method add_from_pixbuf - (of-object "EmpathySmileyManager") - (c-name "empathy_smiley_manager_add_from_pixbuf") +(define-function glade_setup_size_group + (c-name "empathy_glade_setup_size_group") (return-type "none") (parameters - '("GdkPixbuf*" "smiley") - '("const-gchar*" "first_str") + '("GladeXML*" "gui") + '("GtkSizeGroupMode" "mode") + '("gchar*" "first_widget") ) (varargs #t) ) -(define-method get_all - (of-object "EmpathySmileyManager") - (c-name "empathy_smiley_manager_get_all") - (return-type "GSList*") +(define-function icon_name_from_account + (c-name "empathy_icon_name_from_account") + (return-type "const-gchar*") + (parameters + '("McAccount*" "account") + ) ) -(define-method parse - (of-object "EmpathySmileyManager") - (c-name "empathy_smiley_manager_parse") - (return-type "GSList*") +(define-function icon_name_for_presence + (c-name "empathy_icon_name_for_presence") + (return-type "const-gchar*") (parameters - '("const-gchar*" "text") + '("McPresence" "presence") ) ) -(define-method free - (of-object "EmpathySmiley") - (c-name "empathy_smiley_free") - (return-type "none") +(define-function icon_name_for_contact + (c-name "empathy_icon_name_for_contact") + (return-type "const-gchar*") + (parameters + '("EmpathyContact*" "contact") + ) ) - - -;; From empathy-cell-renderer-text.h - -(define-function cell_renderer_text_get_type - (c-name "empathy_cell_renderer_text_get_type") - (return-type "GType") +(define-function pixbuf_from_data + (c-name "empathy_pixbuf_from_data") + (return-type "GdkPixbuf*") + (parameters + '("gchar*" "data") + '("gsize" "data_size") + ) ) -(define-function cell_renderer_text_new - (c-name "empathy_cell_renderer_text_new") - (is-constructor-of "EmpathyCellRendererText") - (return-type "GtkCellRenderer*") +(define-function pixbuf_from_avatar_scaled + (c-name "empathy_pixbuf_from_avatar_scaled") + (return-type "GdkPixbuf*") + (parameters + '("EmpathyAvatar*" "avatar") + '("gint" "width") + '("gint" "height") + ) ) - - -;; From empathy-spell.h - -(define-function spell_supported - (c-name "empathy_spell_supported") - (return-type "gboolean") +(define-function pixbuf_avatar_from_contact_scaled + (c-name "empathy_pixbuf_avatar_from_contact_scaled") + (return-type "GdkPixbuf*") + (parameters + '("EmpathyContact*" "contact") + '("gint" "width") + '("gint" "height") + ) ) -(define-function spell_get_language_name - (c-name "empathy_spell_get_language_name") - (return-type "const-gchar*") +(define-function pixbuf_scale_down_if_necessary + (c-name "empathy_pixbuf_scale_down_if_necessary") + (return-type "GdkPixbuf*") (parameters - '("const-gchar*" "code") + '("GdkPixbuf*" "pixbuf") + '("gint" "max_size") ) ) -(define-function spell_get_language_codes - (c-name "empathy_spell_get_language_codes") - (return-type "GList*") +(define-function pixbuf_from_icon_name + (c-name "empathy_pixbuf_from_icon_name") + (return-type "GdkPixbuf*") + (parameters + '("const-gchar*" "icon_name") + '("GtkIconSize" "icon_size") + ) ) -(define-function spell_free_language_codes - (c-name "empathy_spell_free_language_codes") - (return-type "none") +(define-function text_iter_forward_search + (c-name "empathy_text_iter_forward_search") + (return-type "gboolean") (parameters - '("GList*" "codes") + '("const-GtkTextIter*" "iter") + '("const-gchar*" "str") + '("GtkTextIter*" "match_start") + '("GtkTextIter*" "match_end") + '("const-GtkTextIter*" "limit") ) ) -(define-function spell_check - (c-name "empathy_spell_check") +(define-function text_iter_backward_search + (c-name "empathy_text_iter_backward_search") (return-type "gboolean") (parameters - '("const-gchar*" "word") + '("const-GtkTextIter*" "iter") + '("const-gchar*" "str") + '("GtkTextIter*" "match_start") + '("GtkTextIter*" "match_end") + '("const-GtkTextIter*" "limit") ) ) -(define-function spell_get_suggestions - (c-name "empathy_spell_get_suggestions") - (return-type "GList*") +(define-function window_get_is_visible + (c-name "empathy_window_get_is_visible") + (return-type "gboolean") (parameters - '("const-gchar*" "word") + '("GtkWindow*" "window") ) ) -(define-function spell_free_suggestions - (c-name "empathy_spell_free_suggestions") +(define-function window_present + (c-name "empathy_window_present") (return-type "none") (parameters - '("GList*" "suggestions") + '("GtkWindow*" "window") + '("gboolean" "steal_focus") ) ) - - -;; From empathy-contact-menu.h - -(define-method menu_new - (of-object "EmpathyContact") - (c-name "empathy_contact_menu_new") - (return-type "GtkWidget*") +(define-function window_iconify + (c-name "empathy_window_iconify") + (return-type "none") (parameters - '("EmpathyContactFeatureFlags" "features") + '("GtkWindow*" "window") + '("GtkStatusIcon*" "status_icon") ) ) -(define-method chat_menu_item_new - (of-object "EmpathyContact") - (c-name "empathy_contact_chat_menu_item_new") - (return-type "GtkWidget*") +(define-function get_toplevel_window + (c-name "empathy_get_toplevel_window") + (return-type "GtkWindow*") + (parameters + '("GtkWidget*" "widget") + ) ) -(define-method call_menu_item_new - (of-object "EmpathyContact") - (c-name "empathy_contact_call_menu_item_new") - (return-type "GtkWidget*") +(define-function url_show + (c-name "empathy_url_show") + (return-type "none") + (parameters + '("const-char*" "url") + ) ) -(define-method log_menu_item_new - (of-object "EmpathyContact") - (c-name "empathy_contact_log_menu_item_new") - (return-type "GtkWidget*") +(define-function toggle_button_set_state_quietly + (c-name "empathy_toggle_button_set_state_quietly") + (return-type "none") + (parameters + '("GtkWidget*" "widget") + '("GCallback" "callback") + '("gpointer" "user_data") + '("gboolean" "active") + ) ) -(define-method info_menu_item_new - (of-object "EmpathyContact") - (c-name "empathy_contact_info_menu_item_new") +(define-function link_button_new + (c-name "empathy_link_button_new") + (is-constructor-of "EmpathyLinkButton") (return-type "GtkWidget*") + (parameters + '("const-gchar*" "url") + '("const-gchar*" "title") + ) ) -(define-method edit_menu_item_new - (of-object "EmpathyContact") - (c-name "empathy_contact_edit_menu_item_new") - (return-type "GtkWidget*") +(define-function text_buffer_tag_set + (c-name "empathy_text_buffer_tag_set") + (return-type "GtkTextTag*") + (parameters + '("GtkTextBuffer*" "buffer") + '("const-gchar*" "tag_name") + '("const-gchar*" "first_property_name") + ) + (varargs #t) ) -- cgit v1.2.3