]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbuildable.h
Use gdk_threads_add_timeout to popup the selection window
[~andy/gtk] / gtk / gtkbuildable.h
index ebd7ac2c4159a7b859d59c197a4d39457acc6e44..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/>.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !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__
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #include <gtk/gtkbuilder.h>
-#include <gtk/gtktypeutils.h>
 
 G_BEGIN_DECLS