[Gtk-sharp-list] Question on pango-api.xml
Mike Kestner
mkestner@ximian.com
Fri, 27 Feb 2004 14:08:37 -0600
On Wed, 2004-02-25 at 05:57, Tiago Lima wrote:
> Hi,
>
> I cant find these two functions on pango-api that exist in the pango C code...
> Is there any special place where I can find them?
> static PangoLayoutLine *
> pango_layout_index_to_line_and_extents (PangoLayout *layout,
> int index,
> PangoRectangle *line_rect)
static functions in C are not accessible outside the source file
itself. They are not public symbols.
--
Mike Kestner <mkestner@ximian.com>