Author: glen Date: Tue Jun 6 23:34:00 2006 GMT
Module: PLDWWW URL: http://www.pld-linux.org/Packages/Poldek
---- Log message:
---- Page affected: Packages/Poldek
---- Diffs:
================================================================
1
}}}
+ == poldek_ts ==
+ poldek_ts(ctx, FLAGS)
+
+ where flags can be (from poldek_ts.c::poldek_ts_setf):
+ * POLDEK_TS_INSTALL
+ * POLDEK_TS_UNINSTALL
+ * POLDEK_TS_VERIFY
+
+ {{{
+ >>> ts = poldek.poldek_ts(ctx, 0)
+ >>> ts = poldek.poldek_ts(ctx, poldekmod.POLDEK_TS_INSTALL)
+ }}}
== poclidek_ctx ==
{{{
>>> cctx = poldek.poclidek_ctx(ctx)
+ >>> cmd = cctx.rcmd_new(ts)
}}}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit