Sorry I changed the repository name to webkitmm.
New link is:https://github.com/shammancer/webkitmm
On 03/25/2013 02:20 AM, Kjell Ahlstedt wrote:
gtkmm/gtk/src/printoperation.hg has a signal that returns a Widget*,
#m4 _CONVERSION(`Widget*',`GObject*',`G_OBJECT(Glib::unwrap($3))')
#m4 _CONV
gtkmm/gtk/src/printoperation.hg has a signal that returns a Widget*,
#m4 _CONVERSION(`Widget*',`GObject*',`G_OBJECT(Glib::unwrap($3))')
#m4 _CONVERSION(`GObject*',`Widget*',`Glib::wrap(GTK_WIDGET($3))')
_WRAP_SIGNAL(Widget* create_custom_widget(), "create_custom_widget")
The corresponding
;Kjell Ahlstedt','Gtkmm'
Subject: RE: Error compiling webkitmm
Hi Dannick,
But why is this trying to return a reference from the signal? I don't think
you can do that (as Kjell said a few days ago too).
In my webkitmm code, this signal returns a pointer, not a reference. (Wh
u [mailto:danni...@hotmail.com]
Sent: Friday, 22 March 2013 17:53
To: Gavin Lambert
Cc: 'Kjell Ahlstedt'; 'Gtkmm'
Subject: Re: Error compiling webkitmm
Hello Gavin,
I had a look at the .ccg, .hg and .defs and it seems that enough parameters
have been passed in between them. However I
K C code, in the .defs files (I assume
that you have regenerated these as needed), and in your .hg and .ccg
files.
Regards,
Gavin Lambert
*From:*gtkmm-list [mailto:gtkmm-list-boun...@gnome.org] *On Behalf Of
*Dannick Pomerleau
*Sent:* Monday, 18 March 2013 17:12
*To:* Kjell Ahlstedt
*Cc:
gtkmm-list [mailto:gtkmm-list-boun...@gnome.org] *On Behalf Of
*Dannick Pomerleau
*Sent:* Monday, 18 March 2013 17:12
*To:* Kjell Ahlstedt
*Cc:* Gtkmm
*Subject:* Re: Error compiling webkitmm
On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote:
2013-03-11 05:57, Dannick Pomerleau skrev:
The e
3 17:12
To: Kjell Ahlstedt
Cc: Gtkmm
Subject: Re: Error compiling webkitmm
On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote:
2013-03-11 05:57, Dannick Pomerleau skrev:
The error is comming from this function.
inline T_return operator()(arg1_type_ _A_a1) const
{
if (!empty() &
Woops forgot the github link.
https://github.com/shammancer/webkitmm2
-Original Message-
From: Kjell Ahlstedt
Sent: 11 Mar 2013 09:41:14 GMT
To: Dannick Pomerleau
Cc: Gtkmm
Subject: Re: Error compiling webkitmm
2013-03-11 05:57, Dannick Pomerleau skrev:
> The error is comming from t
On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote:
2013-03-11 05:57, Dannick Pomerleau skrev:
The error is comming from this function.
inline T_return operator()(arg1_type_ _A_a1) const
{
if (!empty() && !blocked())
return
(reinterpret_cast(slot_base::rep_->call_))(slot_base::re
2013-03-11 05:57, Dannick Pomerleau skrev:
The error is comming from this function.
inline T_return operator()(arg1_type_ _A_a1) const
{
if (!empty() && !blocked())
return
(reinterpret_cast(slot_base::rep_->call_))(slot_base::rep_,
_A_a1);
return T_return();
}
10 matches
Mail list logo