00001 // -*- c++ -*- 00002 // Generated by gtkmmproc -- DO NOT MODIFY! 00003 #ifndef _GSTREAMERMM_FILTER_H 00004 #define _GSTREAMERMM_FILTER_H 00005 00006 00007 #include <glibmm.h> 00008 00009 /* gstreamermm - a C++ wrapper for gstreamer 00010 * 00011 * Copyright 2008 The gstreamermm Development Team 00012 * 00013 * This library is free software; you can redistribute it and/or 00014 * modify it under the terms of the GNU Lesser General Public 00015 * License as published by the Free Software Foundation; either 00016 * version 2.1 of the License, or (at your option) any later version. 00017 * 00018 * This library is distributed in the hope that it will be useful, 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00021 * Lesser General Public License for more details. 00022 * 00023 * You should have received a copy of the GNU Lesser General Public 00024 * License along with this library; if not, write to the Free 00025 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00026 */ 00027 00028 00029 namespace Gst 00030 { 00031 00034 class Filter 00035 { 00036 public: 00041 typedef sigc::slot<bool, const Glib::RefPtr<Glib::Object>& > SlotFilter; 00042 00055 static Glib::ListHandle< Glib::RefPtr<Glib::Object> > run(const Glib::ListHandle<Glib::RefPtr<Glib::Object> >& list, const SlotFilter& slot, bool first); 00056 }; 00057 00058 } // namespace Gst 00059 00060 00061 #endif /* _GSTREAMERMM_FILTER_H */ 00062