Add api support for Vala.
Created attachment 65932 [details] [review] Generate GObject Introspection data
Created attachment 65934 [details] GObject Introspection metadate for vapigen. vapigen --vapidir=. --girdir=. --metadatadir=. --library=telepathy-farstream-0.4 --pkg=gio-2.0 --pkg=gstreamer-0.10 TelepathyFarstream-0.4.gir
Created attachment 65935 [details] Vala api generated by vapigen.
Created attachment 65989 [details] dpends desc
Comment on attachment 65932 [details] [review] Generate GObject Introspection data Review of attachment 65932 [details] [review]: ----------------------------------------------------------------- Otherwise looks good ::: configure.ac @@ +138,5 @@ > +TF_MINOR=tp_farstream_minor_version > +TF_MAJORMINOR=$TF_MAJOR.$TF_MINOR > +TF_MAJOR_MINOR=$TF_MAJOR\_$TF_MINOR > +AC_SUBST(TF_MAJORMINOR) > +AC_SUBST(TF_MAJOR_MINOR) Should use a manually set TF_API_VERSION instead.. as the API doesn'T change every release
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-farstream/issues/2.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.