The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Chart::Glib::Ex::TieWeakNotify -- notify signal from weakened property setting

SYNOPSIS

use App::Chart::Glib::Ex::TieWeakNotify;

sub SET_PROPERTY {
  my ($self, $pspec, $newval) = @_;
  my $pname = $pspec->get_name;
  if ($pname eq 'model') {
    App::Chart::Glib::Ex::TieWeakNotify->set ($obj, $pname, $newval);
  }
  # ...
}

SEE ALSO

Glib, Glib::Ex::TieProperties