Interface
PapersDocumentDocumentTransition
Prerequisite
In order to implement DocumentTransition, your type must inherit fromGObject
.
Interface structure
struct PapersDocumentDocumentTransitionInterface {
GTypeInterface base_iface;
gdouble (* get_page_duration) (
PpsDocumentTransition* document_trans,
gint page
);
PpsTransitionEffect* (* get_effect) (
PpsDocumentTransition* document_trans,
gint page
);
}
No description available.
Interface members
base_iface |
|
No description available. |
|
get_page_duration |
|
No description available. |
|
get_effect |
|
No description available. |