| 33 | | ERROR_UNSPEC, |
|---|
| 34 | | FOLDER_ERROR_SYNC, |
|---|
| 35 | | FOLDER_ERROR_REMOVE_MSG, |
|---|
| 36 | | FOLDER_ERROR_REMOVE_MSGS, |
|---|
| 37 | | FOLDER_ERROR_ADD_MSG, |
|---|
| 38 | | FOLDER_ERROR_REFRESH, |
|---|
| 39 | | FOLDER_ERROR_GET_MSG, |
|---|
| 40 | | FOLDER_ERROR_TRANSFER_MSGS, |
|---|
| 41 | | FOLDER_ERROR_SET_NAME, |
|---|
| 42 | | FOLDER_ERROR_COPY, |
|---|
| 43 | | FOLDER_STORE_ERROR_REMOVE_FOLDER, |
|---|
| 44 | | FOLDER_STORE_ERROR_GET_FOLDERS, |
|---|
| 45 | | FOLDER_STORE_ERROR_CREATE_FOLDER, |
|---|
| 46 | | TRANSPORT_ACCOUNT_ERROR_SEND, |
|---|
| 47 | | TRANSPORT_ACCOUNT_ERROR_SEND_HOST_LOOKUP_FAILED, |
|---|
| 48 | | TRANSPORT_ACCOUNT_ERROR_SEND_SERVICE_UNAVAILABLE, |
|---|
| 49 | | TRANSPORT_ACCOUNT_ERROR_SEND_AUTHENTICATION_NOT_SUPPORTED, |
|---|
| 50 | | ACCOUNT_ERROR_TRY_CONNECT_SEND_USER_CANCEL, |
|---|
| 51 | | ACCOUNT_ERROR_TRY_CONNECT, |
|---|
| 52 | | ACCOUNT_ERROR_TRY_CONNECT_HOST_LOOKUP_FAILED, |
|---|
| 53 | | ACCOUNT_ERROR_TRY_CONNECT_SERVICE_UNAVAILABLE, |
|---|
| 54 | | ACCOUNT_ERROR_TRY_CONNECT_AUTHENTICATION_NOT_SUPPORTED, |
|---|
| 55 | | ACCOUNT_ERROR_TRY_CONNECT_CERTIFICATE, |
|---|
| 56 | | ACCOUNT_ERROR_TRY_CONNECT_USER_CANCEL, |
|---|
| 57 | | ACCOUNT_STORE_ERROR_UNKNOWN_ALERT, |
|---|
| 58 | | SEND_QUEUE_ERROR_ADD, |
|---|
| 59 | | ACCOUNT_STORE_ERROR_CANCEL_ALERT, |
|---|
| 60 | | ACCOUNT_ERROR_GET_SUPPORTED_AUTH, |
|---|
| 61 | | } |
|---|
| 62 | | [CCode (cprefix = "TNY_", cheader_filename = "tny.h")] |
|---|
| | 33 | } |
|---|
| | 34 | [CCode (cprefix = "TNY_ERROR_DOMAIN_", cheader_filename = "tny.h")] |
|---|
| 282 | | public void cancel (); |
|---|
| 283 | | public Tny.AccountType get_account_type (); |
|---|
| 284 | | public weak Tny.ConnectionPolicy get_connection_policy (); |
|---|
| 285 | | public Tny.ConnectionStatus get_connection_status (); |
|---|
| 286 | | public Tny.ForgetPassFunc get_forget_pass_func (); |
|---|
| 287 | | public weak string get_hostname (); |
|---|
| 288 | | public weak string get_id (); |
|---|
| 289 | | public weak string get_name (); |
|---|
| 290 | | public Tny.GetPassFunc get_pass_func (); |
|---|
| 291 | | public uint get_port (); |
|---|
| 292 | | public weak string get_proto (); |
|---|
| 293 | | public weak string get_secure_auth_mech (); |
|---|
| 294 | | public weak string get_url_string (); |
|---|
| 295 | | public weak string get_user (); |
|---|
| 296 | | public bool is_ready (); |
|---|
| 297 | | public bool matches_url_string (string url_string); |
|---|
| 298 | | public void set_connection_policy (Tny.ConnectionPolicy policy); |
|---|
| 299 | | public void set_forget_pass_func (Tny.ForgetPassFunc forget_pass_func); |
|---|
| 300 | | public void set_hostname (string host); |
|---|
| 301 | | public void set_id (string id); |
|---|
| 302 | | public void set_name (string name); |
|---|
| 303 | | public void set_pass_func (Tny.GetPassFunc get_pass_func); |
|---|
| 304 | | public void set_port (uint port); |
|---|
| 305 | | public void set_proto (string proto); |
|---|
| 306 | | public void set_secure_auth_mech (string mech); |
|---|
| 307 | | public void set_url_string (string url_string); |
|---|
| 308 | | public void set_user (string user); |
|---|
| 309 | | public void start_operation (Tny.StatusDomain domain, Tny.StatusCode code, Tny.StatusCallback status_callback, pointer status_user_data); |
|---|
| 310 | | public void stop_operation (bool cancelled); |
|---|
| | 260 | public abstract void cancel (); |
|---|
| | 261 | public abstract Tny.AccountType get_account_type (); |
|---|
| | 262 | public abstract weak Tny.ConnectionPolicy get_connection_policy (); |
|---|
| | 263 | public abstract Tny.ConnectionStatus get_connection_status (); |
|---|
| | 264 | public abstract Tny.ForgetPassFunc get_forget_pass_func (); |
|---|
| | 265 | public abstract weak string get_hostname (); |
|---|
| | 266 | public abstract weak string get_id (); |
|---|
| | 267 | public abstract weak string get_name (); |
|---|
| | 268 | public abstract Tny.GetPassFunc get_pass_func (); |
|---|
| | 269 | public abstract uint get_port (); |
|---|
| | 270 | public abstract weak string get_proto (); |
|---|
| | 271 | public abstract weak string get_secure_auth_mech (); |
|---|
| | 272 | public abstract weak string get_url_string (); |
|---|
| | 273 | public abstract weak string get_user (); |
|---|
| | 274 | public abstract bool is_ready (); |
|---|
| | 275 | public abstract bool matches_url_string (string url_string); |
|---|
| | 276 | public abstract void set_connection_policy (Tny.ConnectionPolicy policy); |
|---|
| | 277 | public abstract void set_forget_pass_func (Tny.ForgetPassFunc forget_pass_func); |
|---|
| | 278 | public abstract void set_hostname (string host); |
|---|
| | 279 | public abstract void set_id (string id); |
|---|
| | 280 | public abstract void set_name (string name); |
|---|
| | 281 | public abstract void set_pass_func (Tny.GetPassFunc get_pass_func); |
|---|
| | 282 | public abstract void set_port (uint port); |
|---|
| | 283 | public abstract void set_proto (string proto); |
|---|
| | 284 | public abstract void set_secure_auth_mech (string mech); |
|---|
| | 285 | public abstract void set_url_string (string url_string); |
|---|
| | 286 | public abstract void set_user (string user); |
|---|
| | 287 | public abstract void start_operation (Tny.StatusDomain domain, Tny.StatusCode code, Tny.StatusCallback status_callback, void* status_user_data); |
|---|
| | 288 | public abstract void stop_operation (bool cancelled); |
|---|
| 340 | | public void add_msg (Tny.Msg msg) throws GLib.Error; |
|---|
| 341 | | public void add_msg_async (Tny.Msg msg, Tny.FolderCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 342 | | public void add_observer (Tny.FolderObserver observer); |
|---|
| 343 | | public weak Tny.Folder copy (Tny.FolderStore into, string new_name, bool del) throws GLib.Error; |
|---|
| 344 | | public void copy_async (Tny.FolderStore into, string new_name, bool del, Tny.CopyFolderCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 345 | | public weak Tny.Msg find_msg (string url_string) throws GLib.Error; |
|---|
| 346 | | public weak Tny.Account get_account (); |
|---|
| 347 | | public uint get_all_count (); |
|---|
| 348 | | public Tny.FolderCaps get_caps (); |
|---|
| 349 | | public weak Tny.FolderStore get_folder_store (); |
|---|
| 350 | | public Tny.FolderType get_folder_type (); |
|---|
| 351 | | public void get_headers (Tny.List headers, bool refresh) throws GLib.Error; |
|---|
| 352 | | public void get_headers_async (Tny.List headers, bool refresh, Tny.GetHeadersCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 353 | | public weak string get_id (); |
|---|
| 354 | | public uint get_local_size (); |
|---|
| 355 | | public weak Tny.Msg get_msg (Tny.Header header) throws GLib.Error; |
|---|
| 356 | | public void get_msg_async (Tny.Header header, Tny.GetMsgCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 357 | | public weak Tny.MsgReceiveStrategy get_msg_receive_strategy (); |
|---|
| 358 | | public weak Tny.MsgRemoveStrategy get_msg_remove_strategy (); |
|---|
| 359 | | public weak string get_name (); |
|---|
| 360 | | public weak Tny.FolderStats get_stats (); |
|---|
| 361 | | public uint get_unread_count (); |
|---|
| 362 | | public weak string get_url_string (); |
|---|
| 363 | | public bool is_subscribed (); |
|---|
| 364 | | public void poke_status (); |
|---|
| 365 | | public void refresh () throws GLib.Error; |
|---|
| 366 | | public void refresh_async (Tny.FolderCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 367 | | public void remove_msg (Tny.Header header) throws GLib.Error; |
|---|
| 368 | | public void remove_msgs (Tny.List headers) throws GLib.Error; |
|---|
| 369 | | public void remove_observer (Tny.FolderObserver observer); |
|---|
| 370 | | public void set_msg_receive_strategy (Tny.MsgReceiveStrategy st); |
|---|
| 371 | | public void set_msg_remove_strategy (Tny.MsgRemoveStrategy st); |
|---|
| 372 | | public void sync (bool expunge) throws GLib.Error; |
|---|
| 373 | | public void sync_async (bool expunge, Tny.FolderCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 374 | | public void transfer_msgs (Tny.List header_list, Tny.Folder folder_dst, bool delete_originals) throws GLib.Error; |
|---|
| 375 | | public void transfer_msgs_async (Tny.List header_list, Tny.Folder folder_dst, bool delete_originals, Tny.TransferMsgsCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| | 318 | public abstract void add_msg (Tny.Msg msg) throws GLib.Error; |
|---|
| | 319 | public abstract void add_msg_async (Tny.Msg msg, Tny.FolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 320 | public abstract void add_observer (Tny.FolderObserver observer); |
|---|
| | 321 | public abstract weak Tny.Folder copy (Tny.FolderStore into, string new_name, bool del) throws GLib.Error; |
|---|
| | 322 | public abstract void copy_async (Tny.FolderStore into, string new_name, bool del, Tny.CopyFolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 323 | public abstract weak Tny.Msg find_msg (string url_string) throws GLib.Error; |
|---|
| | 324 | public abstract weak Tny.Account get_account (); |
|---|
| | 325 | public abstract uint get_all_count (); |
|---|
| | 326 | public abstract Tny.FolderCaps get_caps (); |
|---|
| | 327 | public abstract weak Tny.FolderStore get_folder_store (); |
|---|
| | 328 | public abstract Tny.FolderType get_folder_type (); |
|---|
| | 329 | public abstract void get_headers (Tny.List headers, bool refresh) throws GLib.Error; |
|---|
| | 330 | public abstract void get_headers_async (Tny.List headers, bool refresh, Tny.GetHeadersCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 331 | public abstract weak string get_id (); |
|---|
| | 332 | public abstract uint get_local_size (); |
|---|
| | 333 | public abstract weak Tny.Msg get_msg (Tny.Header header) throws GLib.Error; |
|---|
| | 334 | public abstract void get_msg_async (Tny.Header header, Tny.GetMsgCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 335 | public abstract weak Tny.MsgReceiveStrategy get_msg_receive_strategy (); |
|---|
| | 336 | public abstract weak Tny.MsgRemoveStrategy get_msg_remove_strategy (); |
|---|
| | 337 | public abstract weak string get_name (); |
|---|
| | 338 | public abstract weak Tny.FolderStats get_stats (); |
|---|
| | 339 | public abstract uint get_unread_count (); |
|---|
| | 340 | public abstract weak string get_url_string (); |
|---|
| | 341 | public abstract bool is_subscribed (); |
|---|
| | 342 | public abstract void poke_status (); |
|---|
| | 343 | public abstract void refresh () throws GLib.Error; |
|---|
| | 344 | public abstract void refresh_async ([CCode (delegate_target_pos = 2.1)] Tny.FolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 345 | public abstract void remove_msg (Tny.Header header) throws GLib.Error; |
|---|
| | 346 | public abstract void remove_msgs (Tny.List headers) throws GLib.Error; |
|---|
| | 347 | public abstract void remove_msgs_async (Tny.List headers, Tny.FolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 348 | public abstract void remove_observer (Tny.FolderObserver observer); |
|---|
| | 349 | public abstract void set_msg_receive_strategy (Tny.MsgReceiveStrategy st); |
|---|
| | 350 | public abstract void set_msg_remove_strategy (Tny.MsgRemoveStrategy st); |
|---|
| | 351 | public abstract void sync (bool expunge) throws GLib.Error; |
|---|
| | 352 | public abstract void sync_async (bool expunge, Tny.FolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 353 | public abstract void transfer_msgs (Tny.List header_list, Tny.Folder folder_dst, bool delete_originals) throws GLib.Error; |
|---|
| | 354 | public abstract void transfer_msgs_async (Tny.List header_list, Tny.Folder folder_dst, bool delete_originals, Tny.TransferMsgsCallback callback, Tny.StatusCallback status_callback); |
|---|
| 383 | | public void add_observer (Tny.FolderStoreObserver observer); |
|---|
| 384 | | public weak Tny.Folder create_folder (string name) throws GLib.Error; |
|---|
| 385 | | public void create_folder_async (string name, Tny.CreateFolderCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 386 | | public void get_folders (Tny.List list, Tny.FolderStoreQuery query) throws GLib.Error; |
|---|
| 387 | | public void get_folders_async (Tny.List list, Tny.FolderStoreQuery query, Tny.GetFoldersCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 388 | | public void remove_folder (Tny.Folder folder) throws GLib.Error; |
|---|
| 389 | | public void remove_observer (Tny.FolderStoreObserver observer); |
|---|
| | 362 | public abstract void add_observer (Tny.FolderStoreObserver observer); |
|---|
| | 363 | public abstract weak Tny.Folder create_folder (string name) throws GLib.Error; |
|---|
| | 364 | public abstract void create_folder_async (string name, Tny.CreateFolderCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 365 | public abstract void get_folders (Tny.List list, Tny.FolderStoreQuery query) throws GLib.Error; |
|---|
| | 366 | public abstract void get_folders_async (Tny.List list, Tny.FolderStoreQuery query, Tny.GetFoldersCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 367 | public abstract void remove_folder (Tny.Folder folder) throws GLib.Error; |
|---|
| | 368 | public abstract void remove_observer (Tny.FolderStoreObserver observer); |
|---|
| 416 | | public void set_replyto (string to); |
|---|
| 417 | | public void set_subject (string subject); |
|---|
| 418 | | public void set_to (string to); |
|---|
| 419 | | public void unset_flag (Tny.HeaderFlags mask); |
|---|
| | 378 | public abstract string dup_bcc (); |
|---|
| | 379 | public abstract string dup_cc (); |
|---|
| | 380 | public abstract string dup_from (); |
|---|
| | 381 | public abstract string dup_message_id (); |
|---|
| | 382 | public abstract string dup_replyto (); |
|---|
| | 383 | public abstract string dup_subject (); |
|---|
| | 384 | public abstract string dup_to (); |
|---|
| | 385 | public abstract string dup_uid (); |
|---|
| | 386 | public abstract ulong get_date_received (); |
|---|
| | 387 | public abstract ulong get_date_sent (); |
|---|
| | 388 | public abstract Tny.HeaderFlags get_flags (); |
|---|
| | 389 | public abstract weak Tny.Folder get_folder (); |
|---|
| | 390 | public abstract uint get_message_size (); |
|---|
| | 391 | public abstract void set_bcc (string bcc); |
|---|
| | 392 | public abstract void set_cc (string cc); |
|---|
| | 393 | public abstract void set_flag (Tny.HeaderFlags mask); |
|---|
| | 394 | public abstract void set_from (string from); |
|---|
| | 395 | public abstract void set_replyto (string to); |
|---|
| | 396 | public abstract void set_subject (string subject); |
|---|
| | 397 | public abstract void set_to (string to); |
|---|
| | 398 | public abstract void unset_flag (Tny.HeaderFlags mask); |
|---|
| 449 | | public int add_part (Tny.MimePart part); |
|---|
| 450 | | public int @construct (Tny.Stream stream, string mime_type, string transfer_encoding); |
|---|
| 451 | | public bool content_type_is (string type); |
|---|
| 452 | | public long decode_to_stream (Tny.Stream stream) throws GLib.Error; |
|---|
| 453 | | public void decode_to_stream_async (Tny.Stream stream, Tny.MimePartCallback callback, Tny.StatusCallback status_callback, pointer user_data); |
|---|
| 454 | | public void del_part (Tny.MimePart part); |
|---|
| 455 | | public weak string get_content_id (); |
|---|
| 456 | | public weak string get_content_location (); |
|---|
| 457 | | public weak string get_content_type (); |
|---|
| 458 | | public weak string get_description (); |
|---|
| 459 | | public weak string get_filename (); |
|---|
| 460 | | public void get_header_pairs (Tny.List list); |
|---|
| 461 | | public void get_parts (Tny.List list); |
|---|
| 462 | | public weak Tny.Stream get_stream (); |
|---|
| 463 | | public weak string get_transfer_encoding (); |
|---|
| 464 | | public bool is_attachment (); |
|---|
| 465 | | public bool is_purged (); |
|---|
| 466 | | public void set_content_id (string content_id); |
|---|
| 467 | | public void set_content_location (string content_location); |
|---|
| 468 | | public void set_content_type (string contenttype); |
|---|
| 469 | | public void set_description (string description); |
|---|
| 470 | | public void set_filename (string filename); |
|---|
| 471 | | public void set_header_pair (string name, string value); |
|---|
| 472 | | public void set_purged (); |
|---|
| 473 | | public long write_to_stream (Tny.Stream stream) throws GLib.Error; |
|---|
| | 428 | public abstract int add_part (Tny.MimePart part); |
|---|
| | 429 | public abstract int @construct (Tny.Stream stream, string mime_type, string transfer_encoding); |
|---|
| | 430 | public abstract bool content_type_is (string type); |
|---|
| | 431 | public abstract long decode_to_stream (Tny.Stream stream) throws GLib.Error; |
|---|
| | 432 | public abstract void decode_to_stream_async (Tny.Stream stream, Tny.MimePartCallback callback, Tny.StatusCallback status_callback); |
|---|
| | 433 | public abstract void del_part (Tny.MimePart part); |
|---|
| | 434 | public abstract weak string get_content_id (); |
|---|
| | 435 | public abstract weak string get_content_location (); |
|---|
| | 436 | public abstract weak string get_content_type (); |
|---|
| | 437 | public abstract weak Tny.Stream get_decoded_stream (); |
|---|
| | 438 | public abstract weak string get_description (); |
|---|
| | 439 | public abstract weak string get_filename (); |
|---|
| | 440 | public abstract void get_header_pairs (Tny.List list); |
|---|
| | 441 | public abstract void get_parts (Tny.List list); |
|---|
| | 442 | public abstract weak Tny.Stream get_stream (); |
|---|
| | 443 | public abstract weak string get_transfer_encoding (); |
|---|
| | 444 | public abstract bool is_attachment (); |
|---|
| | 445 | public abstract bool is_purged (); |
|---|
| | 446 | public abstract void set_content_id (string content_id); |
|---|
| | 447 | public abstract void set_content_location (string content_location); |
|---|
| | 448 | public abstract void set_content_type (string contenttype); |
|---|
| | 449 | public abstract void set_description (string description); |
|---|
| | 450 | public abstract void set_filename (string filename); |
|---|
| | 451 | public abstract void set_header_pair (string name, string value); |
|---|
| | 452 | public abstract void set_purged (); |
|---|
| | 453 | public abstract void set_transfer_encoding (string transfer_encoding); |
|---|
| | 454 | public abstract long write_to_stream (Tny.Stream stream) throws GLib.Error; |
|---|
| 526 | | public void send (Tny.Msg msg) throws GLib.Error; |
|---|
| 527 | | } |
|---|
| 528 | | public static delegate void CopyFolderCallback (Tny.Folder self, bool cancelled, Tny.FolderStore into, Tny.Folder new_folder, GLib.Error err, pointer user_data); |
|---|
| 529 | | public static delegate void CreateFolderCallback (Tny.FolderStore self, bool cancelled, Tny.Folder new_folder, GLib.Error err, pointer user_data); |
|---|
| 530 | | public static delegate void FolderCallback (Tny.Folder self, bool cancelled, GLib.Error err, pointer user_data); |
|---|
| 531 | | public static delegate void ForgetPassFunc (Tny.Account self); |
|---|
| 532 | | public static delegate void GetFoldersCallback (Tny.FolderStore self, bool cancelled, Tny.List list, GLib.Error err, pointer user_data); |
|---|
| 533 | | public static delegate void GetHeadersCallback (Tny.Folder self, bool cancelled, Tny.List headers, GLib.Error err, pointer user_data); |
|---|
| 534 | | public static delegate void GetMsgCallback (Tny.Folder folder, bool cancelled, Tny.Msg msg, GLib.Error err, pointer user_data); |
|---|
| 535 | | public static delegate weak string GetPassFunc (Tny.Account self, string prompt, bool cancel); |
|---|
| 536 | | public static delegate bool ListMatcher (Tny.List list, GLib.Object item, pointer match_data); |
|---|
| 537 | | public static delegate void MimePartCallback (Tny.MimePart self, bool cancelled, Tny.Stream stream, GLib.Error err, pointer user_data); |
|---|
| 538 | | public static delegate void SendQueueAddCallback (Tny.SendQueue self, bool cancelled, Tny.Msg msg, GLib.Error err, pointer user_data); |
|---|
| 539 | | public static delegate void StatusCallback (GLib.Object self, Tny.Status status, pointer user_data); |
|---|
| 540 | | public static delegate void TransferMsgsCallback (Tny.Folder folder, bool cancelled, GLib.Error err, pointer user_data); |
|---|
| | 516 | public abstract void send (Tny.Msg msg) throws GLib.Error; |
|---|
| | 517 | } |
|---|
| | 518 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 519 | public delegate void CopyFolderCallback (Tny.Folder _self, bool cancelled, Tny.FolderStore into, Tny.Folder new_folder, GLib.Error err); |
|---|
| | 520 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 521 | public delegate void CreateFolderCallback (Tny.FolderStore _self, bool cancelled, Tny.Folder new_folder, GLib.Error err); |
|---|
| | 522 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 523 | public delegate void FolderCallback (Tny.Folder _self, bool cancelled, GLib.Error err); |
|---|
| | 524 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 525 | public static delegate void ForgetPassFunc (Tny.Account _self); |
|---|
| | 526 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 527 | public delegate void GetFoldersCallback (Tny.FolderStore _self, bool cancelled, Tny.List list, GLib.Error err); |
|---|
| | 528 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 529 | public delegate void GetHeadersCallback (Tny.Folder _self, bool cancelled, Tny.List headers, GLib.Error err); |
|---|
| | 530 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 531 | public delegate void GetMsgCallback (Tny.Folder folder, bool cancelled, Tny.Msg msg, GLib.Error err); |
|---|
| | 532 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 533 | public static delegate weak string GetPassFunc (Tny.Account _self, string prompt, bool cancel); |
|---|
| | 534 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 535 | public static delegate bool ListMatcher (Tny.List list, GLib.Object item, void* match_data); |
|---|
| | 536 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 537 | public delegate void MimePartCallback (Tny.MimePart _self, bool cancelled, Tny.Stream stream, GLib.Error err); |
|---|
| | 538 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 539 | public delegate void SendQueueAddCallback (Tny.SendQueue _self, bool cancelled, Tny.Msg msg, GLib.Error err); |
|---|
| | 540 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 541 | public delegate void StatusCallback (GLib.Object _self, Tny.Status status); |
|---|
| | 542 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 543 | public delegate void TransferMsgsCallback (Tny.Folder folder, bool cancelled, GLib.Error err); |
|---|
| 544 | | public static void marshal_VOID__OBJECT_OBJECT_INT_INT (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, pointer invocation_hint, pointer marshal_data); |
|---|
| 545 | | public static void marshal_VOID__OBJECT_OBJECT_POINTER (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, pointer invocation_hint, pointer marshal_data); |
|---|
| | 548 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 549 | public static int error_get_code (GLib.Error err); |
|---|
| | 550 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 551 | public static weak string error_get_message (GLib.Error err); |
|---|
| | 552 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 553 | public static void marshal_VOID__OBJECT_OBJECT_INT_INT (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); |
|---|
| | 554 | [CCode (cheader_filename = "tny.h")] |
|---|
| | 555 | public static void marshal_VOID__OBJECT_OBJECT_POINTER (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); |
|---|
| | 556 | [CCode (cheader_filename = "tny.h")] |
|---|