| Top |
| const gchar * | entangle_script_get_title () |
| GtkWidget * | entangle_script_get_config_widget () |
| void | entangle_script_execute_async () |
| gboolean | entangle_script_execute_finish () |
const gchar *
entangle_script_get_title (EntangleScript *script);
Get the title of the script
GtkWidget *
entangle_script_get_config_widget (EntangleScript *script);
Get the configuration controls for the script
void entangle_script_execute_async (EntangleScript *script,EntangleCameraAutomata *automata,GCancellable *cancel,GAsyncReadyCallback callback,gpointer data);
gboolean entangle_script_execute_finish (EntangleScript *script,GAsyncResult *result,GError **error);
struct EntangleScriptClass {
GtkWidget *(*get_config_widget)(EntangleScript *script);
void (*execute_async)(EntangleScript *script,
EntangleCameraAutomata *automata,
GCancellable *cancel,
GAsyncReadyCallback callback,
gpointer data);
gboolean (*execute_finish)(EntangleScript *script,
GAsyncResult *result,
GError **error);
};