]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkapplicationwindow.h
filechooserbutton: Update the button/combo whenever the selection is changed programm...
[~andy/gtk] / gtk / gtkapplicationwindow.h
index 20927460db244ce37c67d9cd8282b87f4a69e3a9..32fd068f9835c809e98ae6822b9cff8ea3eb8d1e 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/>.
  *
  * Author: Ryan Lortie <desrt@desrt.ca>
  */
@@ -58,13 +56,20 @@ struct _GtkApplicationWindowClass
   gpointer padding[14];
 };
 
+GDK_AVAILABLE_IN_3_4
 GType       gtk_application_window_get_type          (void) G_GNUC_CONST;
-GtkWidget * gtk_application_window_new               (GtkApplication       *application);
+GDK_AVAILABLE_IN_3_4
+GtkWidget * gtk_application_window_new               (GtkApplication      *application);
 
+GDK_AVAILABLE_IN_3_4
 void        gtk_application_window_set_show_menubar (GtkApplicationWindow *window,
-                                                    gboolean              show);
+                                                     gboolean              show_menubar);
+GDK_AVAILABLE_IN_3_4
 gboolean    gtk_application_window_get_show_menubar (GtkApplicationWindow *window);
 
+GDK_AVAILABLE_IN_3_6
+guint       gtk_application_window_get_id           (GtkApplicationWindow *window);
+
 G_END_DECLS
 
 #endif /* __GTK_APPLICATION_WINDOW_H__ */