st-theme-node-transition: Exclude get_new_paint_state() from introspection
to silence a build warning. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/449
This commit is contained in:
parent
706bdd8059
commit
187c2193e8
@ -119,6 +119,10 @@ st_theme_node_transition_new (StThemeNode *from_node,
|
||||
return transition;
|
||||
}
|
||||
|
||||
/**
|
||||
* st_theme_node_transition_get_new_paint_state: (skip)
|
||||
*
|
||||
*/
|
||||
StThemeNodePaintState *
|
||||
st_theme_node_transition_get_new_paint_state (StThemeNodeTransition *transition)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user