Searched refs:GaClient (Results 1 – 10 of 10) sorted by relevance
/external/avahi/avahi-gobject/ |
D | ga-client.c | 38 G_DEFINE_TYPE(GaClient, ga_client, G_TYPE_OBJECT) 66 static void ga_client_init(GaClient * self) { in ga_client_init() 80 GaClient *client = GA_CLIENT(object); in ga_client_set_property() 97 GaClient *client = GA_CLIENT(object); in ga_client_get_property() 156 GaClient *self = GA_CLIENT(object); in ga_client_dispose() 184 GaClient *ga_client_new(GaClientFlags flags) { in ga_client_new() 216 GaClient *self = GA_CLIENT(data); in _avahi_client_cb() 231 gboolean ga_client_start(GaClient * client, GError ** error) { in ga_client_start()
|
D | ga-client.h | 43 typedef struct _GaClient GaClient; typedef 62 (G_TYPE_CHECK_INSTANCE_CAST((obj), GA_TYPE_CLIENT, GaClient)) 72 GaClient *ga_client_new(GaClientFlags flags); 74 gboolean ga_client_start(GaClient * client, GError ** error);
|
D | ga-service-browser.h | 67 GaClient * client, GError ** error);
|
D | ga-record-browser.h | 70 GaClient * client, GError ** error);
|
D | ga-service-resolver.h | 69 GaClient * client, GError ** error);
|
D | ga-service-resolver.c | 63 GaClient *client; 360 GaClient * client, GError ** error) { in ga_service_resolver_attach()
|
D | ga-service-browser.c | 63 GaClient *client; 349 GaClient * client, GError ** error) { in ga_service_browser_attach()
|
D | ga-record-browser.c | 62 GaClient *client; 358 GaClient * client, GError ** error) { in ga_record_browser_attach()
|
D | ga-entry-group.h | 81 GaClient * client, GError ** error);
|
D | ga-entry-group.c | 56 GaClient *client; 574 GaClient * client, GError ** error) { in ga_entry_group_attach()
|