Skip to content
Commit a6ad2e75 authored by Philip Withnall's avatar Philip Withnall 🚫
Browse files

Move methods from Totem to TotemObject for use in plugins

g-ir-scanner will assign methods named "totem_foo" to the Totem record, so
they all need to be renamed to "totem_object_foo" so that they're correctly
assigned to the TotemObject class.

This just changes the method declarations and definitions, and adds a #define
for each method so that the old name continues to work in Totem code. This
can be tidied up in a later commit, possibly at the same time as tidying up
Totem's plugin-visible API.
parent a23e06d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment