Skip to content
  • Sébastien Wilmet's avatar
    text-view: notify :view property · 76fa0655
    Sébastien Wilmet authored
    It is not strictly needed, since set_view() is called only in
    set_property(), but it's better to have it to be more future-proof, in
    case set_view() is called elsewhere. When g_object_notify() is called
    from set_property(), the notify signal is anyway just emitted once.
    76fa0655