X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=a315c4c387cbbf517963fdb0bb48cadfe1b0bf2f;hp=d6ac792438bf5573b6f4eb103687e43370656614;hb=fdacfb7382aad4a19dc48f8a0d830ae5b8597498;hpb=380d60b1bd3c5d1a709dca3eeb8e718598fed235 diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index d6ac7924..a315c4c3 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -236,7 +236,8 @@ GArray *enum_int_to_quark_set(const struct type_class_enum *enum_class, /* * Returns a GArray of struct enum_range or NULL. - * Caller must release the GArray with g_array_unref(). + * Callers do _not_ own the returned GArray (and therefore _don't_ need to + * release it). */ GArray *enum_quark_to_range_set(const struct type_class_enum *enum_class, GQuark q);