a question



hi people :

I'm working in a simple gnome-vfs module and i've a question . If i've a
method with open , close , read , write funtions . Can i use gnome-vfs
funtions in my module ? . I mean something like this .

do_open (......)
{
	.....
	gnome_vfs_open (...);
	.....
};

do_read (......)
{
	.....
	gnome_vfs_read (...);
	.....
}

.....
.....

Is it posible ?
will i need call to gnome_vfs_init () in all methods of my module ? 

thanks 

Roberto



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]