<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hello Guys,<BR>
&nbsp;<BR>
I'm hoping this'll be a really quick one. I'm trying to emit a signal which contains three string arguments, however, I'm having issues when compiling. I am defining the signal as follows:<BR>
&nbsp;<BR>
&nbsp;signals [NAME_OF_SIGNAL] =<BR>&nbsp;&nbsp;g_signal_new ("name-of-signal",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G_TYPE_FROM_CLASS (object_class), <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G_SIGNAL_RUN_LAST,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G_STRUCT_OFFSET (MyClass, name_of_signal),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NULL, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NULL, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g_cclosure_marshal_VOID__STRING_STRING_STRING,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);<BR>
&nbsp;<BR>
However, when trying to compile this code I get the following error.<BR>
&nbsp;<BR>
&nbsp;error: 'g_cclosure_marshal_VOID__STRING_STRING_STRING' undeclared (first use in this function)<BR><BR>
I'm guessing that this isn't the correct notation for a three string marshal, so what is?<BR>
&nbsp;<BR>
Thanks for your advice guys, sorry for the dopey question, I'm new to this.<BR>
&nbsp;<BR>
Robert<BR><br /><hr />A prize an hour, 24 hours a day. <a href='http://www.bigsnapsearch.com
 
' target='_new'>Try Big Snap now!</a></body>
</html>