2004-03-12 21:18:11 +00:00
|
|
|
SUBDIRS = glue
|
|
|
|
|
|
|
|
if ENABLE_GLADE
|
2005-01-09 00:26:45 +00:00
|
|
|
pkg = glade
|
2004-04-03 05:12:17 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2004-10-29 20:33:07 +00:00
|
|
|
pkgconfig_DATA = glade-sharp-2.0.pc
|
2004-03-12 21:18:11 +00:00
|
|
|
else
|
2005-01-09 00:26:45 +00:00
|
|
|
pkg =
|
2004-03-12 21:18:11 +00:00
|
|
|
endif
|
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
INCLUDE_API = ../pango/pango-api.xml ../atk/atk-api.xml ../gdk/gdk-api.xml ../gtk/gtk-api.xml
|
|
|
|
METADATA = Glade.metadata
|
2005-02-17 16:11:30 +00:00
|
|
|
SYMBOLS =
|
2005-01-09 00:26:45 +00:00
|
|
|
references = ../glib/glib-sharp.dll ../pango/pango-sharp.dll ../atk/atk-sharp.dll ../gdk/gdk-sharp.dll ../gtk/gtk-sharp.dll
|
2004-04-03 05:12:17 +00:00
|
|
|
|
2004-03-12 21:18:11 +00:00
|
|
|
sources = \
|
|
|
|
HandlerNotFoundExeception.cs \
|
|
|
|
WidgetAttribute.cs
|
|
|
|
|
|
|
|
customs = \
|
* generator/Parameters.cs (IsHidden): method to check if a
parameter should be hidden in the managed sig (eg, because it's
user_data, or it's the length of the preceding array/string, etc).
(VisibleCount): the number of parameters that will actually be
exposed in the managed signature.
(IsAccessor): test VisibleCount, not Count
(AccessorReturnType, AccessorName): deal with the fact that the
accessor parameter might not be the first one.
* generator/CallbackGen.cs:
* generator/Signature.cs: use Parameters.IsHidden.
* generator/Method.cs (Initialize): set is_set based on
VisibleCount, not Count.
(Validate): call base.Validate() before Initialize() so that
VisibleCount will be correct in Initialize.
* generator/MethodBody.cs (GetCallString, CallArrayLength,
Initialize): update to deal with accessors with multiple args.
* gtk/Clipboard.custom (SetText): implement as an Obsolete variant
of the Text property
* gtk/IconTheme.custom (SearchPath, SetSearchPath): obsolete
SetSearchPath, implement a setter on SearchPath instead.
* gtk/ListStore.custom (SetColumnTypes):
* gtk/TreeStore.custom (SetColumnTypes): implement as an Obsolete
variant of the ColumnTypes property.
* glade/XML.custom (CustomHandler): implement as a property
(SetCustomHandler): Mark this obsolete
* glade/Global.custom (SetCustomHandler): deprecate in favor of
XML.CustomHandler.
* gnomedb/Editor.custom (SetText): implement as an Obsolete
variant of the Text property
svn path=/trunk/gtk-sharp/; revision=43898
2005-05-02 20:10:03 +00:00
|
|
|
Global.custom \
|
2004-03-12 21:18:11 +00:00
|
|
|
XML.custom
|
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
add_dist = makefile.win32 glade-sharp-2.0.pc.in
|
2004-05-01 03:38:54 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
include ../Makefile.include
|
2004-05-01 03:38:54 +00:00
|
|
|
|