~unity-team/unity-lens-video/raring

« back to all changes in this revision

Viewing changes to vapi/libsoup-gnome-2.4.vapi

  • Committer: Pawel Stolowski
  • Date: 2012-11-28 11:19:32 UTC
  • mto: (101.4.2 video-vala)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: pawel.stolowski@canonical.com-20121128111932-y204np42om3u0r9i
Added some missing files...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[CCode (cprefix = "Soup", gir_namespace = "SoupGNOME", gir_version = "2.4", lower_case_cprefix = "soup_")]
 
2
namespace SoupGNOME {
 
3
        [CCode (cheader_filename = "libsoup/soup-gnome.h", type_id = "soup_proxy_resolver_gnome_get_type ()")]
 
4
        public class ProxyResolverGNOME : Soup.ProxyResolverDefault, Soup.ProxyURIResolver, Soup.SessionFeature {
 
5
                [CCode (has_construct_function = false)]
 
6
                protected ProxyResolverGNOME ();
 
7
        }
 
8
}