Re: Timer start registration breaks the gtk_main()

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

 



replied too fast...

----- Forwarded message from Ingo Krabbe <ikrabbe.ask@xxxxxxxxx> -----

> 
> static frame_ReadData(CFrame *f) { return f->ReadData(); }

Actually and fully you will need

static gboolean frame_ReadData(CFrame* f) { return f->ReadData(); }

Note that frame_ReadData is a C function, so that static means something
different than in the C++ class context.

Actually nothing speaks against using an "extern" function, though
it might make not much sense to export such a simple, locally used
function.

----- End forwarded message -----
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list


[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux