HomeSort by relevance Sort by last modified time
    Searched refs:GaServiceBrowser (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-gobject/
ga-service-browser.h 2 * ga-service-browser.h - Header for GaServiceBrowser
31 typedef struct _GaServiceBrowser GaServiceBrowser;
48 (G_TYPE_CHECK_INSTANCE_CAST((obj), GA_TYPE_SERVICE_BROWSER, GaServiceBrowser))
58 GaServiceBrowser *ga_service_browser_new(const gchar * type);
60 GaServiceBrowser *ga_service_browser_new_full(AvahiIfIndex interface,
66 ga_service_browser_attach(GaServiceBrowser * browser,
ga-service-browser.c 2 * ga-service-browser.c - Source for GaServiceBrowser
36 G_DEFINE_TYPE(GaServiceBrowser, ga_service_browser, G_TYPE_OBJECT)
75 static void ga_service_browser_init(GaServiceBrowser * obj) {
92 GaServiceBrowser *browser = GA_SERVICE_BROWSER(object);
121 GaServiceBrowser *browser = GA_SERVICE_BROWSER(object);
259 GaServiceBrowser *self = GA_SERVICE_BROWSER(object);
281 GaServiceBrowser *self = GA_SERVICE_BROWSER(object);
298 GaServiceBrowser *self = GA_SERVICE_BROWSER(userdata);
333 GaServiceBrowser *ga_service_browser_new(const gchar * type) {
338 GaServiceBrowser *ga_service_browser_new_full(AvahiIfIndex interface
    [all...]

Completed in 56 milliseconds