epiphany r8583 - trunk/src
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8583 - trunk/src
- Date: Thu, 16 Oct 2008 13:51:02 +0000 (UTC)
Author: diegoe
Date: Thu Oct 16 13:51:02 2008
New Revision: 8583
URL: http://svn.gnome.org/viewvc/epiphany?rev=8583&view=rev
Log:
Use the correct return type for ephy_embed_get_link_message and
ephy_embed_get_title
Modified:
trunk/src/epiphany.defs
Modified: trunk/src/epiphany.defs
==============================================================================
--- trunk/src/epiphany.defs (original)
+++ trunk/src/epiphany.defs Thu Oct 16 13:51:02 2008
@@ -1026,7 +1026,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
@@ -1041,7 +1041,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]