~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/libsoup-2.4.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        }
52
52
        [CCode (cheader_filename = "libsoup/soup.h")]
53
53
        public class AuthDomain : GLib.Object {
 
54
                [CCode (has_construct_function = false)]
 
55
                protected AuthDomain ();
54
56
                public virtual unowned string accepts (Soup.Message msg);
55
57
                public void add_path (string path);
56
58
                public virtual unowned string challenge (Soup.Message msg);
123
125
        }
124
126
        [CCode (cheader_filename = "libsoup/soup.h")]
125
127
        public class ContentDecoder : GLib.Object, Soup.SessionFeature {
 
128
                [CCode (has_construct_function = false)]
 
129
                protected ContentDecoder ();
126
130
        }
127
131
        [CCode (cheader_filename = "libsoup/soup.h")]
128
132
        public class ContentSniffer : GLib.Object, Soup.SessionFeature {
395
399
        }
396
400
        [CCode (cheader_filename = "libsoup/soup.h")]
397
401
        public class Session : GLib.Object {
 
402
                [CCode (has_construct_function = false)]
 
403
                protected Session ();
398
404
                public void abort ();
399
405
                [NoWrapper]
400
406
                public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);