
Also: - rename some files to remove redundant information from the filenames - rename many labels to match the filename and its place in the hierarchy - move lua_api under the scripting section
27 lines
519 B
ReStructuredText
27 lines
519 B
ReStructuredText
.. _transitions_api:
|
|
|
|
Transitions
|
|
===========
|
|
.. graphviz::
|
|
:align: center
|
|
|
|
digraph inheritance {
|
|
rankdir=LR;
|
|
GObject -> WpTransition;
|
|
GInterface -> GAsyncResult;
|
|
GAsyncResult -> WpTransition;
|
|
WpTransition -> WpFeatureActivationTransition;
|
|
}
|
|
|
|
.. doxygenstruct:: WpTransition
|
|
|
|
.. doxygenstruct:: _WpTransitionClass
|
|
|
|
.. doxygengroup:: wptransition
|
|
:content-only:
|
|
|
|
.. doxygenstruct:: WpFeatureActivationTransition
|
|
|
|
.. doxygengroup:: wpfeatureactivationtransition
|
|
:content-only:
|