Update g array ref
[babeltrace.git] / include / babeltrace / types.h
index d6ac792438bf5573b6f4eb103687e43370656614..a315c4c387cbbf517963fdb0bb48cadfe1b0bf2f 100644 (file)
@@ -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);
This page took 0.022464 seconds and 4 git commands to generate.