On Tue, Nov 22, 2011 at 12:39:28PM +0000, Daniel P. Berrange wrote:
+
+GType _gvir_output_stream_get_type (void) G_GNUC_CONST;
+GVirOutputStream * _gvir_output_stream_new (GVirStream *stream);
This brings the question of how to mark functions that are internal to the
library. Marc-André is in favour of using G_GNUC_INTERNAL in the function
definition, you seem to prefer a _ prefix. I like the latter best, but I'd
be fine with either.
Christophe