Re: new files
- From: Armin Burgmeier <armin arbur net>
- To: Murray Cumming <murrayc murrayc com>
- Cc: gtkmm-list gnome org
- Subject: Re: new files
- Date: Wed, 12 Apr 2006 10:38:48 +0200
Murray Cumming wrote:
On Wed, 2006-04-12 at 10:02 +0200, Armin Burgmeier wrote:
Marko Anastasov wrote:
I've done RecentFilter, RecentInfo and RecentManager.
With a patch for convert_gtk.m4, that's 7 files.
Shall I gzip them and send them here or...?
Excellent. Please do put the patch and the new files in a tar.gz and
attach it to a bugzilla bug.
Bugzilla has been down, I'll do it tomorrow.
Done.
_WRAP_METHOD(Glib::StringArrayHandle get_applications(unsigned& length)
This should at least be unsigned something.
const, gtk_recent_info_get_applications) (from recentinfo.hg) fails to
build on my 64 bit machine since it tries to convert a 64-bit gsize*
into a 32-bit unsigned int*. We should probably stay with gsize even in
the wrapper? Same with RecentInfo::get_groups.
No length output argument should be necessary or useful anyway.
Do the methods have to be defined manually rather than using
_WRAP_METHOD then? Or is there some possibility to tell gmmproc to
ignore the size parameter and pass NULL to the underlaying GTK+ function?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]