* sources/Gnome.metadata: Added GObject as the parent for GnomePrintTransport and
GnomePrintPdf * sources/gtk-sharp.sources: Added libgnomeprintui/gpaui svn path=/trunk/gtk-sharp/; revision=17327
This commit is contained in:
parent
fe0b380f6b
commit
11eb925508
3 changed files with 39 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2003-08-14 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* sources/Gnome.metadata: Renamed use of keyword base to Base
|
||||
in GnomePrintUnit method GetIdentity.
|
||||
Added GObject as the parent for GnomePrintTransport and
|
||||
GnomePrintPdf
|
||||
* sources/gtk-sharp.sources: Added libgnomeprintui/gpaui
|
||||
|
||||
2003-08-13 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* sources/makefile:
|
||||
|
|
|
@ -196,6 +196,36 @@
|
|||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GnomePrintPdf" />
|
||||
<data>
|
||||
<attribute target="class">
|
||||
<name>parent</name>
|
||||
<value>GObject</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GnomePrintTransport" />
|
||||
<data>
|
||||
<attribute target="class">
|
||||
<name>parent</name>
|
||||
<value>GObject</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GnomePrintUnit">
|
||||
<method>GetIdentity</method>
|
||||
</class>
|
||||
<data>
|
||||
<attribute target="param">
|
||||
<filter level="name">base</filter>
|
||||
<name>name</name>
|
||||
<value>Base</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GnomeCanvasPathDef">
|
||||
<method>Curveto</method>
|
||||
|
|
|
@ -8,6 +8,7 @@ libgnomecanvas-2.0.1/libgnomecanvas Gnome gnomecanvas-2
|
|||
libgnomeui-2.0.1/libgnomeui Gnome gnomeui-2
|
||||
libgnomeprint-2.2.1.3/libgnomeprint Gnome gnomeprint-2-2
|
||||
libgnomeprintui-2.2.1.3/libgnomeprintui Gnome gnomeprint-2-2
|
||||
libgnomeprintui-2.2.1.3/libgnomeprintui/gpaui Gnome gnomeprint-2.2
|
||||
gtkhtml-3.0.8/src Gtk gtkhtml-3.0
|
||||
libglade-2.0.0/glade Glade libglade-2.0-0.dll
|
||||
libart_lgpl-2.3.10 Art art_lgpl
|
||||
|
|
Loading…
Add table
Reference in a new issue