[Thunar-dev] Thunar GUI boilerplate code
Jeff Franks
jcfranks at tpg.com.au
Fri Jun 3 15:13:34 CEST 2005
Jeff Franks wrote:
> Benny,
>
> While your working on ThunarVfs, if it would help, I would be happy to
> write the boiler plate code for all the GUI classes in thunar.xmi.
> That's why I was asking about ThunarView - I wasn't clear on that one.
> I attached boilerplate code for thunarapplication.[ch] so you could
> see what I had in mind...
>
This function body was missing from thunarapplication.c
ThunarApplication*
thunar_application_new (void)
{
return g_object_new (THUNAR_TYPE_APPLICATION, NULL);
}
Jeff.
More information about the Thunar-dev
mailing list