Re: The last of libgnomeui?
Ross Burton <[email protected]>
| Newsgroups | gmane.comp.gnome.multimedia |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2005-06-12 at 23:13 +0100, Alan Horkan wrote: > A quick > fgrep -r gnomeui *.* > of the gnome-media source code returns few results outside of configure > files. Although I'm not entirely sure I think it might now be be possible > to remove the libgnomeui dependancy from gnome-media entirely. > > I'm hoping some one more knowledgable might double check to see if this is > in fact the case and possibly identify other unnecessary dependancies > that might be trimmed next. From a fresh checkout of cvs: $ find . -name \*.[ch] | xargs grep -h include | grep gnome | grep -v profiles | grep -v vfs | grep -v "\-cd" | wc -l 45 There are 45 inclusions of headers from libgnome and libgnomeui (the inverse greps ignore the gnome-vfs, gnome-cd, and audio profiles headers). A lot of these are gnome-i18n.h which can be trivially replaces with gi18n. GnomeAppBar, GnomeHelp, GnomeIconTheme and the GNOME macros (probably the object helpers, replaced by G_DEFINE_TYPE). Ross -- Ross Burton mail: [email protected] jabber: [email protected] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF _______________________________________________ gnome-multimedia mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-multimedia
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBCrUjaLQnkR9C0M98RAqHtAJ9MfYSUvCJF0Z+zLRQDbmBogZrSlACgkC3E xmgUdJWNiYPyrgkZ9ai8+WI= =8Tfr -----END PGP SIGNATURE-----