epiphany r8582 - branches/gnome-2-24/src



Author: diegoe
Date: Thu Oct 16 13:49:24 2008
New Revision: 8582
URL: http://svn.gnome.org/viewvc/epiphany?rev=8582&view=rev

Log:
Use the correct return type for ephy_embed_get_link_message and
ephy_embed_get_title


Modified:
   branches/gnome-2-24/src/epiphany.defs

Modified: branches/gnome-2-24/src/epiphany.defs
==============================================================================
--- branches/gnome-2-24/src/epiphany.defs	(original)
+++ branches/gnome-2-24/src/epiphany.defs	Thu Oct 16 13:49:24 2008
@@ -1041,7 +1041,7 @@
 (define-method get_title
   (of-object "EphyEmbed")
   (c-name "ephy_embed_get_title")
-  (return-type "const char*")
+  (return-type "const-char*")
 )
 
 (define-method get_location
@@ -1056,7 +1056,7 @@
 (define-method get_link_message
   (of-object "EphyEmbed")
   (c-name "ephy_embed_get_link_message")
-  (return-type "const char*")
+  (return-type "const-char*")
 )
 
 (define-method get_js_status



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]