X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Flua.xml;h=e55e15992a1722fb04d78bda9e3aa64f449f8dc0;hb=0c83d64a86fcaf4741f5fdf0013df7f9e48e30ac;hp=cb7f8f15c9e53b44fd5cc7973c8f86069c42e5aa;hpb=670e9a0eb15ed3bc384ae0154d3c09de691e390c;p=monky diff --git a/doc/lua.xml b/doc/lua.xml index cb7f8f1..e55e159 100644 --- a/doc/lua.xml +++ b/doc/lua.xml @@ -15,6 +15,18 @@ + + + + + + Sets Conky's update interval (in seconds) to + 'number'. + + + + + @@ -26,60 +38,63 @@ drawable - + visual - + display - + width - + height - + border_inner_margin + pixels). border_outer_margin + pixels). border_width + pixels). text_start_x + coordinate of text drawing. text_start_y + coordinate of text drawing. text_width + region. text_height + region. NOTE: This table is only defined when X support @@ -89,6 +104,30 @@ + + + + + + This table contains some information about + Conky's internal data. The following table describes + the values contained: + + + update_interval + + + + uptime + + + + + + + + @@ -147,4 +186,43 @@ configuration file. + + + + + + + + + + Call this function to return a new cairo_text_extents_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly. + + + + + + + + + + + + + Call this function to return a new cairo_font_extents_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly. + + + + + + + + + + + + + Call this function to return a new cairo_matrix_t structure. A creation function for this structure is not provided by the cairo API. After calling this, you should use tolua.takeownership() on the return value to ensure ownership is passed properly. + + +