]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserdefault.h
Change FSF Address
[~andy/gtk] / gtk / gtkfilechooserdefault.h
index aeaa0965bc2d355d1aaa7812fd977f89c270eea0..8b2f3f3ae1dfde27253162d7d58bf43e34813a42 100644 (file)
@@ -13,9 +13,7 @@
  * 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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_FILE_CHOOSER_DEFAULT_H__
@@ -32,8 +30,8 @@ G_BEGIN_DECLS
 
 typedef struct _GtkFileChooserDefault      GtkFileChooserDefault;
 
-GType      _gtk_file_chooser_default_get_type (void);
-GtkWidget *_gtk_file_chooser_default_new      (const char *file_system);
+GType      _gtk_file_chooser_default_get_type (void) G_GNUC_CONST;
+GtkWidget *_gtk_file_chooser_default_new      (void);
 
 G_END_DECLS