Function

Metaget_clutter_debug_flags

Declaration [src]

void
meta_get_clutter_debug_flags (
  ClutterDebugFlag* debug_flags,
  ClutterDrawDebugFlag* draw_flags,
  ClutterPickDebugFlag* pick_flags
)

Description

No description available.

Parameters

debug_flags ClutterDebugFlag*
 

Return location for debug flags.

 The argument will be set by the function.
 The argument can be NULL.
 The called function takes ownership of the data, and is responsible for freeing it.
draw_flags ClutterDrawDebugFlag*
 

Return location for draw debug flags.

 The argument will be set by the function.
 The argument can be NULL.
 The called function takes ownership of the data, and is responsible for freeing it.
pick_flags ClutterPickDebugFlag*
 

Return location for pick debug flags.

 The argument will be set by the function.
 The argument can be NULL.
 The called function takes ownership of the data, and is responsible for freeing it.