| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GAsyncResult | 
| Interface : | AsyncResult | 
| Implementations: | Gio.SimpleAsyncResult | 
| None | 
| Method / Constructor | Defined By | |
|---|---|---|
| 
			get_source_object
				
				 () 
			
				
					 : 
					GObject.Object
					
				
			
		 Gets the source object from a GAsyncResult. 
			
				Gets the source object from a GAsyncResult. or NULL if there is none. 
 | Gio.AsyncResult | |
| 
			get_user_data
				
				 () 
			
				
					 : 
					void*
					
				
			
		 Gets the user data from a GAsyncResult. 
			
				Gets the user data from a GAsyncResult.
		    
				
			
			
			
			
			
			 
			
			
				 
 | Gio.AsyncResult | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| GdkPixbuf.Pixbuf Method | Create a new GdkPixbuf.Pixbuf | 
| GdkPixbuf.Pixbuf Method | Finishes an asynchronous pixbuf save operation started with gdk_pixbuf_save_to_stream_async(). | 
| Gio Method | Finishes an operation started with g_bus_get(). | 
| Gio Method | Finishes an operation started with g_dbus_address_get_stream(). | 
| Gio.AsyncInitable Method | 
			init_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes asynchronous initialization and returns the result. | 
| Gio.AsyncInitable Method | 
			new_finish
				
				 (AsyncResult res) 
			
				
					 : 
					GObject.Object
					
				
			
		 Finishes the async construction for the various g_async_initable_new calls, returning the created object or NULL on error. | 
| Gio.BufferedInputStream Method | 
			fill_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gint32
					
				
			
		 Finishes an asynchronous read. | 
| Gio.DBusConnection Method | Create a new Gio.DBusConnection | 
| Gio.DBusConnection Method | Create a new Gio.DBusConnection | 
| Gio.DBusConnection Method | 
			call_finish
				
				 (AsyncResult res) 
			
				
					 : 
					GLib.Variant
					
				
			
		 Finishes an operation started with g_dbus_connection_call(). | 
| Gio.DBusConnection Method | 
			close_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an operation started with g_dbus_connection_close(). | 
| Gio.DBusConnection Method | 
			flush_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an operation started with g_dbus_connection_flush(). | 
| Gio.DBusConnection Method | 
			send_message_with_reply_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.DBusMessage
					
				
			
		 Finishes an operation started with g_dbus_connection_send_message_with_reply(). | 
| Gio.DBusProxy Method | Create a new Gio.DBusProxy | 
| Gio.DBusProxy Method | Create a new Gio.DBusProxy | 
| Gio.DBusProxy Method | 
			call_finish
				
				 (AsyncResult res) 
			
				
					 : 
					GLib.Variant
					
				
			
		 Finishes an operation started with g_dbus_proxy_call(). | 
| Gio.DataInputStream Method | Finish an asynchronous call started by g_data_input_stream_read_line_async(). | 
| Gio.DataInputStream Method | Finish an asynchronous call started by g_data_input_stream_read_until_async(). | 
| Gio.DataInputStream Method | Finish an asynchronous call started by g_data_input_stream_read_upto_async(). | 
| Gio.Drive Method | 
			eject_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a drive. | 
| Gio.Drive Method | 
			eject_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a drive. | 
| Gio.Drive Method | 
			poll_for_media_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an operation started with g_drive_poll_for_media() on a drive. | 
| Gio.Drive Method | 
			start_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes starting a drive. | 
| Gio.Drive Method | 
			stop_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes stopping a drive. | 
| Gio.File Method | 
			append_to_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileOutputStream
					
				
			
		 Finishes an asynchronous file append operation started with g_file_append_to_async(). | 
| Gio.File Method | 
			copy_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes copying the file started with g_file_copy_async(). | 
| Gio.File Method | 
			create_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileOutputStream
					
				
			
		 Finishes an asynchronous file create operation started with g_file_create_async(). | 
| Gio.File Method | 
			create_readwrite_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileIOStream
					
				
			
		 Finishes an asynchronous file create operation started with g_file_create_readwrite_async(). | 
| Gio.File Method | 
			eject_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an asynchronous eject operation started by g_file_eject_mountable(). | 
| Gio.File Method | 
			eject_mountable_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an asynchronous eject operation started by g_file_eject_mountable_with_operation(). | 
| Gio.File Method | 
			enumerate_children_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileEnumerator
					
				
			
		 Finishes an async enumerate children operation. | 
| Gio.File Method | 
			find_enclosing_mount_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.Mount
					
				
			
		 Finishes an asynchronous find mount request. | 
| Gio.File Method | Finishes an asynchronous load of the file's contents. | 
| Gio.File Method | Finishes an asynchronous partial load operation that was started with g_file_load_partial_contents_async(). | 
| Gio.File Method | 
			mount_enclosing_volume_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes a mount operation started by g_file_mount_enclosing_volume(). | 
| Gio.File Method | 
			mount_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.File
					
				
			
		 Finishes a mount operation. | 
| Gio.File Method | 
			open_readwrite_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileIOStream
					
				
			
		 Finishes an asynchronous file read operation started with g_file_open_readwrite_async(). | 
| Gio.File Method | 
			poll_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes a poll operation. | 
| Gio.File Method | 
			query_filesystem_info_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileInfo
					
				
			
		 Finishes an asynchronous filesystem info query. | 
| Gio.File Method | 
			query_info_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileInfo
					
				
			
		 Finishes an asynchronous file info query. | 
| Gio.File Method | 
			read_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileInputStream
					
				
			
		 Finishes an asynchronous file read operation started with g_file_read_async(). | 
| Gio.File Method | Finishes an asynchronous replace of the given file. | 
| Gio.File Method | 
			replace_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileOutputStream
					
				
			
		 Finishes an asynchronous file replace operation started with g_file_replace_async(). | 
| Gio.File Method | 
			replace_readwrite_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.FileIOStream
					
				
			
		 Finishes an asynchronous file replace operation started with g_file_replace_readwrite_async(). | 
| Gio.File Method | Finishes setting an attribute started in g_file_set_attributes_async(). | 
| Gio.File Method | 
			set_display_name_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Gio.File
					
				
			
		 Finishes setting a display name started with g_file_set_display_name_async(). | 
| Gio.File Method | 
			start_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes a start operation. | 
| Gio.File Method | 
			stop_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an stop operation, see g_file_stop_mountable() for details. | 
| Gio.File Method | 
			unmount_mountable_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an unmount operation, see g_file_unmount_mountable() for details. | 
| Gio.File Method | 
			unmount_mountable_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes an unmount operation, see g_file_unmount_mountable_with_operation() for details. | 
| Gio.FileEnumerator Method | 
			close_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes closing a file enumerator, started from g_file_enumerator_close_async(). | 
| Gio.FileEnumerator Method | 
			next_files_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 Finishes the asynchronous operation started with g_file_enumerator_next_files_async(). | 
| Gio.FileIOStream Method | 
			query_info_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.FileInfo
					
				
			
		 Finalizes the asynchronous query started by g_file_io_stream_query_info_async(). | 
| Gio.FileInputStream Method | 
			query_info_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.FileInfo
					
				
			
		 Finishes an asynchronous info query operation. | 
| Gio.FileOutputStream Method | 
			query_info_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.FileInfo
					
				
			
		 Finalizes the asynchronous query started by g_file_output_stream_query_info_async(). | 
| Gio.IOStream Method | Finishes an asynchronous io stream splice operation. | 
| Gio.IOStream Method | 
			close_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Closes a stream. | 
| Gio.InputStream Method | 
			close_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes closing a stream asynchronously, started from g_input_stream_close_async(). | 
| Gio.InputStream Method | 
			read_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gint32
					
				
			
		 Finishes an asynchronous stream read operation. | 
| Gio.InputStream Method | 
			skip_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gint32
					
				
			
		 Finishes a stream skip operation. | 
| Gio.LoadableIcon Method | Finishes an asynchronous icon load started in g_loadable_icon_load_async(). | 
| Gio.Mount Method | 
			eject_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a mount. | 
| Gio.Mount Method | 
			eject_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a mount. | 
| Gio.Mount Method | 
			guess_content_type_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 Finishes guessing content types of mount. | 
| Gio.Mount Method | 
			remount_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes remounting a mount. | 
| Gio.Mount Method | 
			unmount_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes unmounting a mount. | 
| Gio.Mount Method | 
			unmount_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes unmounting a mount. | 
| Gio.OutputStream Method | 
			close_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Closes an output stream. | 
| Gio.OutputStream Method | 
			flush_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes flushing an output stream. | 
| Gio.OutputStream Method | 
			splice_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gint32
					
				
			
		 Finishes an asynchronous stream splice operation. | 
| Gio.OutputStream Method | 
			write_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gint32
					
				
			
		 Finishes a stream write operation. | 
| Gio.Permission Method | 
			acquire_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Collects the result of attempting to acquire the permission represented by permission. | 
| Gio.Permission Method | 
			release_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Collects the result of attempting to release the permission represented by permission. | 
| Gio.Proxy Method | 
			connect_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.IOStream
					
				
			
		 See g_proxy_connect(). | 
| Gio.ProxyResolver Method | 
			lookup_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 Call this function to obtain the array of proxy URIs when g_proxy_resolver_lookup_async() is complete. | 
| Gio.Resolver Method | 
			lookup_by_address_finish
				
				 (AsyncResult result) 
			
				
					 : 
					String
					
				
			
		 Retrieves the result of a previous call to g_resolver_lookup_by_address_async(). | 
| Gio.Resolver Method | 
			lookup_by_name_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 Retrieves the result of a call to g_resolver_lookup_by_name_async(). | 
| Gio.Resolver Method | 
			lookup_service_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 Retrieves the result of a previous call to g_resolver_lookup_service_async(). | 
| Gio.SimpleAsyncResult Method | Ensures that the data passed to the _finish function of an async operation is consistent. | 
| Gio.SocketAddressEnumerator Method | 
			next_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.SocketAddress
					
				
			
		 Retrieves the result of a completed call to g_socket_address_enumerator_next_async(). | 
| Gio.SocketClient Method | 
			connect_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.SocketConnection
					
				
			
		 Finishes an async connect operation. | 
| Gio.SocketClient Method | 
			connect_to_host_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.SocketConnection
					
				
			
		 Finishes an async connect operation. | 
| Gio.SocketClient Method | 
			connect_to_service_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.SocketConnection
					
				
			
		 Finishes an async connect operation. | 
| Gio.SocketClient Method | 
			connect_to_uri_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Gio.SocketConnection
					
				
			
		 Finishes an async connect operation. | 
| Gio.SocketListener Method | Finishes an async accept operation. | 
| Gio.SocketListener Method | Finishes an async accept operation. | 
| Gio.TlsConnection Method | 
			handshake_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finish an asynchronous TLS handshake operation. | 
| Gio.Volume Method | 
			eject_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a volume. | 
| Gio.Volume Method | 
			eject_with_operation_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes ejecting a volume. | 
| Gio.Volume Method | 
			mount_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 Finishes mounting a volume. | 
| Json.Parser Method | 
			load_from_stream_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Authority Method |  | 
| Polkit.Authority Method | 
			authentication_agent_response_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Authority Method | 
			check_authorization_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Polkit.AuthorizationResult
					
				
			
		 | 
| Polkit.Authority Method | 
			enumerate_actions_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Array
					
				
			
		 | 
| Polkit.Authority Method | 
			enumerate_temporary_authorizations_finish
				
				 (AsyncResult res) 
			
				
					 : 
					Array
					
				
			
		 | 
| Polkit.Authority Method | 
			register_authentication_agent_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Authority Method | 
			revoke_temporary_authorization_by_id_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Authority Method | 
			revoke_temporary_authorizations_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Authority Method | 
			unregister_authentication_agent_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.Permission Method | Create a new Polkit.Permission | 
| Polkit.Subject Method | 
			exists_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| Polkit.UnixSession Method |  | 
| PolkitAgent.Listener Method | 
			initiate_authentication_finish
				
				 (AsyncResult res) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			get_avatar_finish
				
				 (AsyncResult result) 
			
				
					 : 
					String
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			get_storage_specific_information_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Object
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			reconnect_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			remove_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			request_presence_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_automatic_presence_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_avatar_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_connect_automatically_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_display_name_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_enabled_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_icon_name_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_nickname_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_service_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method | 
			set_uri_scheme_association_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Account Method |  | 
| TelepathyGLib.AccountChannelRequest Method |  | 
| TelepathyGLib.AccountChannelRequest Method | 
			create_and_observe_channel_finish
				
				 (AsyncResult result) 
			
				
					 : 
					TelepathyGLib.Channel
					
				
			
		 | 
| TelepathyGLib.AccountChannelRequest Method | 
			create_channel_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.AccountChannelRequest Method |  | 
| TelepathyGLib.AccountChannelRequest Method | 
			ensure_and_observe_channel_finish
				
				 (AsyncResult result) 
			
				
					 : 
					TelepathyGLib.Channel
					
				
			
		 | 
| TelepathyGLib.AccountChannelRequest Method | 
			ensure_channel_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.AccountManager Method | 
			create_account_finish
				
				 (AsyncResult result) 
			
				
					 : 
					TelepathyGLib.Account
					
				
			
		 | 
| TelepathyGLib.Channel Method | 
			close_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Channel Method | 
			leave_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.ChannelDispatchOperation Method | 
			claim_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.ChannelDispatchOperation Method | 
			handle_with_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.ChannelDispatchOperation Method | 
			handle_with_time_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Connection Method | 
			set_contact_info_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Contact Method | 
			request_contact_info_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.Contact Method | 
			set_contact_groups_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.ContactSearch Method | Create a new TelepathyGLib.ContactSearch | 
| TelepathyGLib.ContactSearch Method | 
			reset_finish
				
				 (AsyncResult result) 
			
				
					 : 
					Array
					
				
			
		 | 
| TelepathyGLib.Proxy Method | 
			prepare_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.StreamTubeChannel Method | 
			accept_finish
				
				 (AsyncResult result) 
			
				
					 : 
					TelepathyGLib.StreamTubeConnection
					
				
			
		 | 
| TelepathyGLib.StreamTubeChannel Method | 
			offer_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.TextChannel Method | 
			ack_message_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.TextChannel Method | 
			ack_messages_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyGLib.TextChannel Method |  | 
| TelepathyGLib.TextChannel Method | 
			set_chat_state_finish
				
				 (AsyncResult result) 
			
				
					 : 
					gboolean
					
				
			
		 | 
| TelepathyLogger.LogManager Method |  | 
| TelepathyLogger.LogManager Method |  | 
| TelepathyLogger.LogManager Method |  | 
| TelepathyLogger.LogManager Method |  | 
| TelepathyLogger.LogManager Method |  |