Skip to content
  • John (J5) Palmieri's avatar
    don't error out on methods with callbacks as return type · e928ea9b
    John (J5) Palmieri authored
    * Right now we just throw an error which means API's like
      gtk_about_dialog_set_url_hook aren't able to be called,
    * this allows us to call such APIs while printing a warning, in most cases
      API such as this doesn't need to be used anymore and is a result of
      early GTK development
    e928ea9b