Code review comment for lp:~directhex/libubuntuone/mono-bindings

Revision history for this message
Jo Shields (directhex) wrote :

Making all in mono
make[3]: Entering directory `/home/directhex/Projects/mono-bindings/bindings/mono'
/usr/bin/gapi2-parser ubuntuone.sources
<dir ../../libubuntuone/>
// liboauth version #define LIBOAUTH_VERSION "0.5.3"
structs: 3 enums: 1 callbacks:
funcs: 11 types: 0 classes: 1
props: childprops: signals: 4

/usr/bin/gapi2-fixup --api=ubuntuone-api.xml --metadata=ubuntuone-api.metadata
/usr/bin/gapi2-codegen --outdir=. -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml --generate ubuntuone-api.xml

Generation Summary:
  Enums: 0 Structs: 0 Boxed: 0 Opaques: 0 Interfaces: 0 Objects: 1 Callbacks: 0
  Properties: 0 Signals: 4 Methods: 1 Constructors: 1 Throttled: 0
Total Nodes: 7

/usr/bin/gmcs -target:library -pkg:gtk-sharp-2.0 -out:ubuntuone-sharp.dll *.cs
U1MusicStore.cs(44,37): warning CS0169: The private method `UbuntuOne.U1MusicStore.OverridePlayLibrary(GLib.GType)' is never used
U1MusicStore.cs(93,37): warning CS0169: The private method `UbuntuOne.U1MusicStore.OverrideDownloadFinished(GLib.GType)' is never used
U1MusicStore.cs(142,37): warning CS0169: The private method `UbuntuOne.U1MusicStore.OverrideUrlLoaded(GLib.GType)' is never used
U1MusicStore.cs(191,37): warning CS0169: The private method `UbuntuOne.U1MusicStore.OverridePreviewMp3(GLib.GType)' is never used
Compilation succeeded - 4 warning(s)
make[3]: Leaving directory `/home/directhex/Projects/mono-bindings/bindings/mono'

« Back to merge proposal