summaryrefslogtreecommitdiff
path: root/libsoup/Soup-2.4-custom.vala
blob: 619bd0271a96ea6d0f7a3cd5173b032eab98c599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Soup {
	[Compact]
	[CCode (copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()", cheader_filename = "libsoup/soup.h")]
	public class Buffer {
		[CCode (has_construct_function = false)]
		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
	}

	[Version (deprecated_since = "vala-0.22", replacement = "Status.get_phrase")]
	public static unowned string status_get_phrase (uint status_code);
	[Version (deprecated_since = "vala-0.22", replacement = "Status.proxify")]
	public static uint status_proxify (uint status_code);
}