]> git.draconx.ca Git - aspectbin.git/blobdiff - aspectbin.h
Update .gitignore.
[aspectbin.git] / aspectbin.h
index c0d805d36ee5e29ff8c7f02ba06aeaa95a171ea5..d02ea12634debe071a0398be780121f9b82b7b82 100644 (file)
@@ -1,3 +1,22 @@
+/* AspectBin - A GTK+ container for packing with consrained aspect ratio.
+ * Copyright (C) 2009 Nick Bowler
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * 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.
+ */
+
 #ifndef ASPECTBIN_H_
 #define ASPECTBIN_H_
 
@@ -36,4 +55,7 @@ void aspect_bin_set_side(AspectBin *, GtkWidget *);
 GtkWidget *aspect_bin_get_body(AspectBin *abin);
 GtkWidget *aspect_bin_get_side(AspectBin *abin);
 
+/* Registers widgets with libglade - primarily for static linking. */
+void aspect_bin_register_widgets(void);
+
 #endif