Searched refs:AUI_SERVICE_DIALOG (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Dbssh.c153 aui_service_dialog_set_browse_service_types(AUI_SERVICE_DIALOG(d), "_rfb._tcp", "_ssh._tcp", NULL);
154 aui_service_dialog_set_service_type_name(AUI_SERVICE_DIALOG(d), "_rfb._tcp", _("Desktop"));
155 aui_service_dialog_set_service_type_name(AUI_SERVICE_DIALOG(d), "_ssh._tcp", _("Terminal"));
160 aui_service_dialog_set_browse_service_types(AUI_SERVICE_DIALOG(d), "_rfb._tcp", NULL);
165 aui_service_dialog_set_browse_service_types(AUI_SERVICE_DIALOG(d), "_ssh._tcp", NULL);
169 aui_service_dialog_set_domain (AUI_SERVICE_DIALOG(d), config.domain);
170 aui_service_dialog_set_resolve_service(AUI_SERVICE_DIALOG(d), TRUE);
171 aui_service_dialog_set_resolve_host_name(AUI_SERVICE_DIALOG(d), !avahi_nss_support());
180 t = g_strdup(aui_service_dialog_get_service_type(AUI_SERVICE_DIALOG(d)));
181 n = g_strdup(aui_service_dialog_get_service_name(AUI_SERVICE_DIALOG(
[all...]
H A Davahi-ui.c306 AuiServiceDialog *d = AUI_SERVICE_DIALOG(data);
313 AuiServiceDialog *d = AUI_SERVICE_DIALOG(data);
320 AuiServiceDialog *d = AUI_SERVICE_DIALOG(userdata);
351 AuiServiceDialog *d = AUI_SERVICE_DIALOG(userdata);
412 AuiServiceDialog *d = AUI_SERVICE_DIALOG(userdata);
569 AuiServiceDialog *d = AUI_SERVICE_DIALOG(userdata);
698 AuiServiceDialog *d = AUI_SERVICE_DIALOG(data);
790 AuiServiceDialog *d = AUI_SERVICE_DIALOG(object);
844 AuiServiceDialog *d = AUI_SERVICE_DIALOG(user_data);
850 AuiServiceDialog *d = AUI_SERVICE_DIALOG(user_dat
[all...]
H A Davahi-ui.h36 #define AUI_SERVICE_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AUI_TYPE_SERVICE_DIALOG, AuiServiceDialog)) macro

Completed in 113 milliseconds