After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83190 - GtkListStore/GtkTreeStore: missing support for several fundamental types
GtkListStore/GtkTreeStore: missing support for several fundamental types
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.0.x
Other All
: Normal major
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2002-05-27 20:05 UTC by Daniel Elstner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch against the gtk-2-0 branch (6.48 KB, patch)
2002-05-27 20:06 UTC, Daniel Elstner
none Details | Review

Description Daniel Elstner 2002-05-27 20:05:34 UTC
The internal utility functions in gtk/gtktreedatalist.c don't support
glong, gulong, gint64 and guint64, although
_gtk_tree_data_list_check_type() accepts them.  It looks like an oversight.

Fixing this requires changes to the internal gtk/gtktreedatalist.h header,
because the _GtkTreeDataList::data union doesn't have fields for those
types right now.  I think the fix shouldn't affect ABI compatibility, but
it definitely needs to be verified by someone else.

A patch is attached.  It would be really cool if it could go into 2.0.3. 
May I commit, to both branches?
Comment 1 Daniel Elstner 2002-05-27 20:06:37 UTC
Created attachment 8765 [details] [review]
patch against the gtk-2-0 branch
Comment 2 Daniel Elstner 2002-05-27 22:47:05 UTC
Committed to gtk-2-0 and HEAD (with permission from Tim Janik).