]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbuildable.h
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtkbuildable.h
index 5f46026a5e1aeb5504ff4e9983b63851b84417e5..f9809a1936bef5b4b9f3a48bc5bcd89ea62eda32 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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_BUILDABLE_H__
+#define __GTK_BUILDABLE_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_BUILDABLE_H__
-#define __GTK_BUILDABLE_H__
-
 #include <gtk/gtkbuilder.h>
 
 G_BEGIN_DECLS