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 536254 - gtk_marshal_VOID__INT_INT shouldn't be used
gtk_marshal_VOID__INT_INT shouldn't be used
Status: RESOLVED FIXED
Product: libsexy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Libsexy Maintainers
Libsexy Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-02 14:45 UTC by Frederic Peters
Modified: 2008-06-02 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Add VOID:INT,INT to the marshallers list (888 bytes, patch)
2008-06-02 14:50 UTC, Emmanuele Bassi (:ebassi)
none Details | Review

Description Frederic Peters 2008-06-02 14:45:23 UTC
sexy-icon-entry.c: In function 'sexy_icon_entry_class_init':
sexy-icon-entry.c:131: error: 'gtk_marshal_VOID__INT_INT' undeclared (first use in this function)
sexy-icon-entry.c:131: error: (Each undeclared identifier is reported only once
sexy-icon-entry.c:131: error: for each function it appears in.)

(see GTK+ bug 536126)
Comment 1 Emmanuele Bassi (:ebassi) 2008-06-02 14:50:03 UTC
Created attachment 111961 [details] [review]
[PATCH] Add VOID:INT,INT to the marshallers list

this patch adds the VOID:INT,INT signature to the marshallers list, so that a sexy_marshal_VOID__INT_INT will be generated.
Comment 2 Christian Hammond 2008-06-02 18:19:23 UTC
Thanks for the patch. Applied to libsexy trunk.