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 749174 - gtk_drag_source_set() not recognised as a method
gtk_drag_source_set() not recognised as a method
Status: RESOLVED OBSOLETE
Product: gobject-introspection
Classification: Platform
Component: build
2.43.x
Other Mac OS
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-05-09 23:46 UTC by Peter W A Wood
Modified: 2018-02-08 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter W A Wood 2015-05-09 23:46:45 UTC
I am trying to help debug a segfault that occurs when using the Ruby gtk3 Gem. During debugging, we hit an issue where gtk_drag_source_set could not be found as a method.

It seems that gtk_drag_source_set() should be recognisable as a method because gtk_drag_source_set() has (method) annotation:

https://git.gnome.org/browse/gtk+/tree/gtk/gtkdnd.c?id=3.16.2#n2684

 * gtk_drag_source_set: (method)

But, from inspecting Gtk-3.0.gir, it's recognised as a function:

    <function name="drag_source_set" c:identifier="gtk_drag_source_set">
Comment 1 GNOME Infrastructure Team 2018-02-08 12:34:48 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/131.