]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmenufactory.c
Check for lstat.
[~andy/gtk] / gtk / gtkmenufactory.c
index 3e610b07ed38c48c067982e0cb44be5016ae262d..c718052c64a126c58277ac1f3969e27d2de69ad0 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+
+/*
+ * Modified by the GTK+ Team and others 1997-1999.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <string.h>
 #include "gtkcheckmenuitem.h"
 #include "gtkmenu.h"
@@ -53,6 +61,8 @@ GtkMenuFactory*
 gtk_menu_factory_new (GtkMenuFactoryType type)
 {
   GtkMenuFactory *factory;
+
+  g_warning ("gtk_menu_factory_new(): GtkMenuFactory is deprecated and will shortly vanish");
   
   factory = g_new (GtkMenuFactory, 1);
   factory->path = NULL;