mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-21 21:25:21 +00:00
cleanup: Drop remaining publicly exposed speaker types
Should have been more careful...
This commit is contained in:
parent
7fafb9f268
commit
7e51d6d38e
@ -61,6 +61,4 @@ const char *mks_session_get_uuid (MksSession *se
|
||||
MKS_AVAILABLE_IN_ALL
|
||||
MksScreen *mks_session_ref_screen (MksSession *self);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MksSpeaker, g_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
@ -43,4 +43,6 @@ MKS_AVAILABLE_IN_ALL
|
||||
void mks_speaker_set_muted (MksSpeaker *self,
|
||||
gboolean muted);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MksSpeaker, g_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
@ -35,7 +35,6 @@ typedef struct _MksMouse MksMouse;
|
||||
typedef struct _MksScreen MksScreen;
|
||||
typedef struct _MksSession MksSession;
|
||||
typedef struct _MksScreenAttributes MksScreenAttributes;
|
||||
typedef struct _MksSpeaker MksSpeaker;
|
||||
typedef struct _MksTouchable MksTouchable;
|
||||
|
||||
G_END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user