bytebrew / slope

C/Gtk+ data visualization library.
GNU Lesser General Public License v3.0
102 stars 16 forks source link

deprecated GTK-macro #27

Open SpinTensor opened 3 years ago

SpinTensor commented 3 years ago

G_TYPE_INSTANCE_GET_PRIVATE has been deprecated since GTK version 2.58 and should not be used anymore. It needs to be replace by G_ADD_PRIVATE and the generated your_type_get_instance_private()