X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilefilter.c;h=5b060960c07e1848439fb501d02d9a02ac87cbb7;hb=3c8e1c92a85b2e41161698f141747ced2c574f32;hp=4fdc6246333dc6c839faf0e09fd41113e76a9443;hpb=bf0d8402f5382fadd32a9748d00a4bcd715ea07a;p=~andy%2Fgtk diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 4fdc62463..5b060960c 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -13,15 +13,14 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /** * SECTION:gtkfilefilter * @Short_description: A filter for selecting a file subset * @Title: GtkFileFilter + * @see_also: #GtkFileChooser * * A GtkFileFilter can be used to restrict the files being shown in a * #GtkFileChooser. Files can be filtered based on their name (with @@ -43,9 +42,9 @@ * GtkFileFilter as GtkBuildable * * The GtkFileFilter implementation of the GtkBuildable interface - * supports adding rules using the <mime-types>, <patterns> and - * <applications> elements and listing the rules within. Specifying - * a <mime-type> or <pattern> is the same + * supports adding rules using the <mime-types>, <patterns> and + * <applications> elements and listing the rules within. Specifying + * a <mime-type> or <pattern> is the same * as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern() * * @@ -65,8 +64,6 @@ * * * - * - * @see_also: #GtkFileChooser */ #include "config.h"