int MLNextPacket (MLINK link) goes to the next packet on link and returns a constant to indicate its head.
RemoteService[properties] contains a list of properties about a service provided by a Lightweight Grid Manager.
Widget
(GUIKit Package Symbol) Widget[class : class | path | URL[path], {content}] defines a new widget instance.
The functionality of Graphics`Legend` is now available from the newly created Plot Legends Package.
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
int MLGetReal64 (MLINK link, double *x) gets a double-precision floating-point number from the MathLink connection link and stores it in x.
int MLReady (MLINK link) tests whether there is data ready to be read from link.
DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots the Voronoi diagram of the points {{x_1, y_1}, ...}. DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}, {q_1, q_2, ...}, val] plots ...
int MLPutRawData (MLINK link, const unsigned char *d, int l) puts raw character data or numeric data from d of length l bytes to link.
GraphPeriphery[g] gives the set of vertices with maximum eccentricity in the graph g.