]> git.meshlink.io Git - catta/blobdiff - avahi-common/strlst.h
refer to avahi_free() instead of g_free() in docs
[catta] / avahi-common / strlst.h
index 925e944110d0013be7dcc422c53e7925fbee1556..ab7acb0926a10766ba43970c04d44607f59d7c9b 100644 (file)
@@ -93,7 +93,7 @@ AvahiStringList *avahi_string_list_add_many(AvahiStringList *r, ...) AVAHI_GCC_S
 AvahiStringList *avahi_string_list_add_many_va(AvahiStringList *r, va_list va);
 
 /** Convert the string list object to a single character string,
- * seperated by spaces and enclosed in "". g_free() the result! This
+ * seperated by spaces and enclosed in "". avahi_free() the result! This
  * function doesn't work well with string that contain NUL bytes. */
 char* avahi_string_list_to_string(AvahiStringList *l);