![]() |
![]() |
![]() |
Grilo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <grilo.h> void grl_operation_cancel (guint operation_id
); void grl_operation_set_data (guint operation_id
,gpointer user_data
); gpointer grl_operation_get_data (guint operation_id
);
void grl_operation_cancel (guint operation_id
);
Cancel an operation.
|
the identifier of a running operation |
Since 0.1.16
void grl_operation_set_data (guint operation_id
,gpointer user_data
);
Attach a pointer to the specific operation.
|
the identifier of a running operation |
|
the data to attach |
Since 0.1.16