The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/*
 * Copyright (c) 2006 by the gtk2-perl team (see the file AUTHORS)
 *
 * Licensed under the LGPL, see LICENSE file for more information.
 *
 * $Id$
 */

#include "gtk2perl.h"

MODULE = Gtk2::RecentChooserWidget	PACKAGE = Gtk2::RecentChooserWidget	PREFIX = gtk_recent_chooser_widget_

BOOT:
	gperl_prepend_isa ("Gtk2::RecentChooserWidget", "Gtk2::RecentChooser");

GtkWidget *
gtk_recent_chooser_widget_new (class)
    C_ARGS:
        /* void */

GtkWidget *
gtk_recent_chooser_widget_new_for_manager (class, manager)
	GtkRecentManager *manager
    C_ARGS:
        manager