]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkapplicationprivate.h
filechooser: Also convert get_uris() to returning native paths
[~andy/gtk] / gtk / gtkapplicationprivate.h
index 4ff3b2b27eecf51f44ed66d790ba30e5e5e6d432..bd84b1ade342f8f5c11ede69a9e4397e3391bc9f 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>
  */
 #ifndef __GTK_APPLICATION_PRIVATE_H__
 #define __GTK_APPLICATION_PRIVATE_H__
 
-#include "gsimpleactionobserver.h"
 #include "gtkapplicationwindow.h"
 
 G_GNUC_INTERNAL
 gboolean                gtk_application_window_publish                  (GtkApplicationWindow *window,
                                                                          GDBusConnection      *session,
-                                                                         const gchar          *object_path);
+                                                                         const gchar          *object_path,
+                                                                         guint                 object_id);
 
 G_GNUC_INTERNAL
 void                    gtk_application_window_unpublish                (GtkApplicationWindow *window);
 
 G_GNUC_INTERNAL
-GSimpleActionObserver * gtk_application_window_get_observer             (GtkApplicationWindow *window,
-                                                                         const gchar          *action_name,
-                                                                         GVariant             *target);
+GtkAccelGroup         * gtk_application_window_get_accel_group          (GtkApplicationWindow *window);
+
+G_GNUC_INTERNAL
+const gchar *           gtk_application_get_app_menu_object_path        (GtkApplication       *application);
+G_GNUC_INTERNAL
+const gchar *           gtk_application_get_menubar_object_path         (GtkApplication       *application);
 
 #endif /* __GTK_APPLICATION_PRIVATE_H__ */