<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>
<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>
<BR>
signals [NAME_OF_SIGNAL] =<BR> g_signal_new ("name-of-signal",<BR> G_TYPE_FROM_CLASS (object_class), <BR> G_SIGNAL_RUN_LAST,<BR> G_STRUCT_OFFSET (MyClass, name_of_signal),<BR> NULL, <BR> NULL, <BR> g_cclosure_marshal_VOID__STRING_STRING_STRING,<BR> G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);<BR>
<BR>
However, when trying to compile this code I get the following error.<BR>
<BR>
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>
<BR>
Thanks for your advice guys, sorry for the dopey question, I'm new to this.<BR>
<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>