summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-07-09 17:57:05 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-07-09 17:56:38 +0000
commit3b06c0f28646a8b71883771cf3b7537096143ab6 (patch)
treecc75314b5f908a8b0bc850a9120e17c558c72ea2 /extensions
parent9c56883cbd7b92381a5e5bbb852c3ea657239118 (diff)
downloadnautilus-3b06c0f28646a8b71883771cf3b7537096143ab6.tar.gz
libnautilus-extension: Remove compatibility typedefs
Now that we have broken the API, remove compatibility typedefs introduced in 7e2605c681d065e6b0a3d779c30b892932597991 Also update audio-video-properies to use the new symbols.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/audio-video-properties/totem-properties-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/audio-video-properties/totem-properties-main.c b/extensions/audio-video-properties/totem-properties-main.c
index 126aa0a29..31a376ccd 100644
--- a/extensions/audio-video-properties/totem-properties-main.c
+++ b/extensions/audio-video-properties/totem-properties-main.c
@@ -34,7 +34,7 @@
static GType tpp_type = 0;
static void property_page_provider_iface_init
- (NautilusPropertyPageProviderIface *iface);
+ (NautilusPropertyPageProviderInterface *iface);
static GList *totem_properties_get_pages
(NautilusPropertyPageProvider *provider, GList *files);
@@ -68,7 +68,7 @@ totem_properties_plugin_register_type (GTypeModule *module)
}
static void
-property_page_provider_iface_init (NautilusPropertyPageProviderIface *iface)
+property_page_provider_iface_init (NautilusPropertyPageProviderInterface *iface)
{
iface->get_pages = totem_properties_get_pages;
}