seek n forward and backward implemented in trace context
[lttv.git] / ltt / branches / poly / lttv / lttv / module.h
index 68791a2dc8dd7ee5ada476c6bed2a72d03cb0997..679314056e4c5a78b760cb77ec3f1f9c65f2a00b 100644 (file)
@@ -111,7 +111,8 @@ LttvModule *lttv_module_prerequisite_get(LttvModule *m, unsigned i);
 
 LttvLibrary *lttv_library_load(char *name, GError **error);
 
-void lttv_library_unload(LttvLibrary *l);
+/* Returns 0 if library is unloaded, > 0 otherwise */
+gint lttv_library_unload(LttvLibrary *l);
 
 
 /* Obtain information about the library */
This page took 0.025132 seconds and 4 git commands to generate.