~ubuntu-branches/debian/sid/folks/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* tp-lowlevel.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "Folks", lower_case_cprefix = "folks_")]
namespace Folks {
	[CCode (cheader_filename = "tp-lowlevel.h")]
	public class TpLowlevel : GLib.Object {
		public weak GLib.Object parent;
		[CCode (has_construct_function = false)]
		public TpLowlevel ();
		public static void channel_group_change_membership (TelepathyGLib.Channel channel, uint handle, bool is_member) throws GLib.Error;
		public void connection_connect_to_new_group_channels (TelepathyGLib.Connection conn, [CCode (delegate_target_pos = 2.1)] Folks.TpLowlevelNewGroupChannelsCallback callback);
		public void connection_create_group_async (TelepathyGLib.Connection conn, string name);
		public async TelepathyGLib.ConnectionAliasFlags connection_get_alias_flags_async (TelepathyGLib.Connection conn) throws GLib.Error;
		public async GLib.List<TelepathyGLib.Contact> connection_get_contacts_by_handle_async (TelepathyGLib.Connection conn, [CCode (array_length_cname = "contact_handles_length", array_length_pos = 2.5)] uint[] contact_handles, [CCode (array_length_cname = "features_length", array_length_pos = 3.1)] uint[] features) throws GLib.Error;
		public async GLib.List<TelepathyGLib.Contact> connection_get_contacts_by_id_async (TelepathyGLib.Connection conn, [CCode (array_length_cname = "contact_ids_length", array_length_pos = 2.5)] string[] contact_ids, [CCode (array_length_cname = "features_length", array_length_pos = 3.1)] uint[] features) throws GLib.Error;
		public async GLib.GenericArray<weak void*> connection_get_requestable_channel_classes_async (TelepathyGLib.Connection conn) throws GLib.Error;
		public async unowned TelepathyGLib.Channel connection_open_contact_list_channel_async (TelepathyGLib.Connection conn, string name) throws GLib.Error;
		public void connection_set_contact_alias (TelepathyGLib.Connection conn, uint handle, string alias);
		public static GLib.Quark error_quark ();
	}
	[CCode (cprefix = "FOLKS_TP_LOWLEVEL_ERROR_INVALID_", cheader_filename = "tp-lowlevel.h")]
	public enum TpLowlevelError {
		[CCode (cname = "FOLKS_TP_LOWLEVEL_ERROR_INVALID_ARGUMENT")]
		TP_LOWLEVEL_ERROR_INVALID_ARGUMENT
	}
	[CCode (cheader_filename = "tp-lowlevel.h", instance_pos = 2.9)]
	public delegate void TpLowlevelNewGroupChannelsCallback (TelepathyGLib.Channel? channel, GLib.AsyncResult result);
}