DebugCategory
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
public struct DebugCategory
This is the struct that describes the categories.
Once initialized with GST_DEBUG_CATEGORY_INIT
, its values can't be changed anymore.
Content:
Methods:
- public void free ()
Removes and frees the category and all associated resources.
- public uint get_color ()
Returns the color of a debug category used when printing output in this
category.
- public unowned string get_description ()
Returns the description of a debug category.
- public unowned string get_name ()
Returns the name of a debug category.
- public DebugLevel get_threshold ()
Returns the threshold of a DebugCategory.
- public void reset_threshold ()
Resets the threshold of the category to the default level.
- public void set_threshold (DebugLevel level)
Sets the threshold of the category to the given level.