File: TODO

package info (click to toggle)
libgnome2-perl 1.040-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 576 kB
  • ctags: 17
  • sloc: perl: 1,143; makefile: 52; ansic: 16
file content (31 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gnome2/TODO,v 1.12 2004/01/15 19:39:30 muppetman Exp $
#

need examples

these haven't been done yet (going from the reference doc indices):

libbonobo, libbonoboui:
	not touched.  should it go in a separate module?  (still in this
	namespace, but...)

libgnome:
	gnome-exec (perl offers the same features natively)
	gnome-triggers (failed to implement this one)

libgnomeui:
	GnomeThemeFile (no GObject, so I'll wait till someone begs for it)
	gnome-vfs-util

libnautilus-2.0:
	needed for writing nautilus components in perl, but requires binding
	for libbonobo/libbonobo-ui

librsvg:
	this is the library that renders SVG (Scalable Vector Graphics) images;
	since it will be more and more needed, should go in too (even if not in
	the Gnome2::* namespace?)

Also, libgstreamer should be wrapped, as soon as it's considered stable.
	(Brett Kosinki has been working on this for several months)