Remove private appwindow observer creation API
There are no remaining users of the GtkApplicationWindow API to create GSimpleActionObserver or to get the GActionObservable (ie: muxer) for the appwindow. Drop those APIs.
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
#ifndef __GTK_APPLICATION_PRIVATE_H__
|
||||
#define __GTK_APPLICATION_PRIVATE_H__
|
||||
|
||||
#include "gsimpleactionobserver.h"
|
||||
#include "gtkapplicationwindow.h"
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
@ -33,14 +32,6 @@ gboolean gtk_application_window_publish (GtkAppl
|
||||
G_GNUC_INTERNAL
|
||||
void gtk_application_window_unpublish (GtkApplicationWindow *window);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
GSimpleActionObserver * gtk_application_window_create_observer (GtkApplicationWindow *window,
|
||||
const gchar *action_name,
|
||||
GVariant *target);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
GActionObservable * gtk_application_window_get_observable (GtkApplicationWindow *window);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
GtkAccelGroup * gtk_application_window_get_accel_group (GtkApplicationWindow *window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user