]> Pileus Git - ~andy/gtk/blobdiff - gtk/deprecated/gtktearoffmenuitem.h
filechooserbutton: Test that the expected filename is shown
[~andy/gtk] / gtk / deprecated / gtktearoffmenuitem.h
index c51bd143419f365c07bda5ed297bb7ea51988569..224f0880d265d7f47c5075696b1588cadebde5f5 100644 (file)
@@ -12,9 +12,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/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GTK_TEAROFF_MENU_ITEM_H__
+#define __GTK_TEAROFF_MENU_ITEM_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_TEAROFF_MENU_ITEM_H__
-#define __GTK_TEAROFF_MENU_ITEM_H__
-
 #include <gtk/gtkmenuitem.h>
 
 G_BEGIN_DECLS
@@ -68,6 +66,7 @@ struct _GtkTearoffMenuItemClass
 
 
 GType     gtk_tearoff_menu_item_get_type     (void) G_GNUC_CONST;
+GDK_DEPRECATED_IN_3_4
 GtkWidget* gtk_tearoff_menu_item_new         (void);
 
 G_END_DECLS