Lines Matching defs:dialog

17 …private static extern void aui_service_dialog_set_browse_service_typesv (IntPtr dialog, IntPtr[] t…  in aui_service_dialog_set_browse_service_typesv()
20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
32 private static extern void aui_service_dialog_set_service_type (IntPtr dialog, IntPtr type); in aui_service_dialog_set_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
38 private static extern void aui_service_dialog_set_service_name (IntPtr dialog, IntPtr type); in aui_service_dialog_set_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
56 private static extern void aui_service_dialog_set_resolve_service (IntPtr dialog, bool val); in aui_service_dialog_set_resolve_service()
59 private static extern bool aui_service_dialog_get_resolve_host_name (IntPtr dialog); in aui_service_dialog_get_resolve_host_name()
62 … private static extern void aui_service_dialog_set_resolve_host_name (IntPtr dialog, bool val); in aui_service_dialog_set_resolve_host_name()
65 private static extern Protocol aui_service_dialog_get_address_family (IntPtr dialog); in aui_service_dialog_get_address_family()
68 … private static extern void aui_service_dialog_set_address_family (IntPtr dialog, Protocol proto); in aui_service_dialog_set_address_family()