Source Code (Use browser search to find items of interest.)

Class Index

killustrator'release_obj (./koffice/killustrator/share/GGroup.cc:37)

struct release_obj {
  void operator () (GObject* obj) {
    obj->unref ();
  }
};


killustrator'release_obj::operator()() (./koffice/killustrator/share/GGroup.cc:38)

  void operator () (GObject* obj) {
    obj->unref ();
  }
};