Ryujinx-GtkSharp/pango/Makefile.am
Dan Winship 0fa85fccbd * parser/gapi2xml.pl (addParamsElem): deal with G_CONST_RETURN in
params... some functions use that to mark const "out" params. In
	fact, let's use it as a hint to mark them pass_as="out" too...

	* pango/pango-api-2.4.raw: 
	* pango/pango-api-2.6.raw: 
	* gtk/gtk-api-2.6.raw: Regen, fixing pango_script_iter_get_range
	and gtk_image_get_icon_name.

	* pango/Pango.metadata: 
	* pango/ScriptIter.cs: Alas, exposing GetRange makes it clear that
	PangoScriptIter is really weird and we weren't wrapping it
	correctly before anyway, so mark the whole thing hidden and wrap
	it by hand.

svn path=/trunk/gtk-sharp/; revision=47748
2005-07-27 13:21:15 +00:00

52 lines
910 B
Makefile

SUBDIRS = . glue
pkg = pango
METADATA = Pango.metadata
SYMBOLS = pango-symbols.xml
references = ../glib/glib-sharp.dll
glue_includes = pango/pango.h
sources = \
Attribute.cs \
AttrBackground.cs \
AttrFallback.cs \
AttrFamily.cs \
AttrFontDesc.cs \
AttrForeground.cs \
AttrLanguage.cs \
AttrLetterSpacing.cs \
AttrRise.cs \
AttrScale.cs \
AttrShape.cs \
AttrSize.cs \
AttrStretch.cs \
AttrStrikethroughColor.cs \
AttrStrikethrough.cs \
AttrStyle.cs \
AttrUnderlineColor.cs \
AttrUnderline.cs \
AttrVariant.cs \
AttrWeight.cs \
Scale.cs \
ScriptIter.cs \
Units.cs
customs = \
Analysis.custom \
AttrIterator.custom \
Context.custom \
Coverage.custom \
FontFamily.custom \
FontMap.custom \
Global.custom \
GlyphItem.custom \
Layout.custom \
LayoutLine.custom \
Matrix.custom \
TabArray.custom
add_dist = makefile.win32
include ../Makefile.include