From f81cb08fcbb2efc28cfccfa3fd685ad9d8c0e377 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Tue, 17 Jan 2006 18:54:32 +0000 Subject: Change the 'ephy_embed_event_get_property' function return a GValue* 2006-01-17 Crispin Flowerday * embed/ephy-embed-event.c: (ephy_embed_event_get_property): * embed/ephy-embed-event.h: * embed/mozilla/mozilla-embed-event.cpp: * src/ephy-tab.c: (save_property_url), (ephy_tab_dom_mouse_click_cb): * src/ephy-window.c: (update_popups_tooltips), (show_embed_popup): * src/epiphany.defs: * src/epiphany.override: * src/popup-commands.c: (popup_cmd_link_in_new_window), (popup_cmd_link_in_new_tab), (popup_cmd_bookmark_link), (popup_cmd_copy_link_address), (save_property_url), (popup_cmd_open_link), (popup_cmd_set_image_as_background), (popup_cmd_copy_image_location), (popup_cmd_open_image): Change the 'ephy_embed_event_get_property' function return a GValue* rather than taking a pointer to it as an argument. --- src/epiphany.defs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/epiphany.defs') diff --git a/src/epiphany.defs b/src/epiphany.defs index 78b910b78..15e5bcb76 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -599,10 +599,9 @@ (define-method get_property (of-object "EphyEmbedEvent") (c-name "ephy_embed_event_get_property") - (return-type "none") + (return-type "const-GValue*") (parameters '("const-char*" "name") - '("const-GValue**" "value") ) ) -- cgit v1.2.3