Home | History | Annotate | Download | only in avahi-gobject

Lines Matching defs:public

6  * modify it under the terms of the GNU Lesser General Public
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
65 GaEntryGroupService public;
397 service->public.interface = interface;
398 service->public.protocol = protocol;
399 service->public.flags = flags;
400 service->public.name = g_strdup(name);
401 service->public.type = g_strdup(type);
402 service->public.domain = g_strdup(domain);
403 service->public.host = g_strdup(host);
404 service->public.port = port;