~fyrmir/livewallpaper/example-plugins

« back to all changes in this revision

Viewing changes to c/c-plugin.c

  • Committer: Maximilian Schnarr
  • Date: 2013-02-15 10:26:31 UTC
  • Revision ID: fyrmir@gmx.de-20130215102631-ks2dmorsaubfoq40
Added example plugin that uses LwRange.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
G_MODULE_EXPORT void
82
82
peas_register_types(PeasObjectModule *module)
83
83
{
84
 
        /* Register your plugin type with the peas plugin enine. */
 
84
        /* Register your plugin type with the peas plugin engine. */
85
85
 
86
86
        example_c_plugin_register_type(G_TYPE_MODULE(module));
87
87
        peas_object_module_register_extension_type(module, LW_TYPE_LIVEWALLPAPER_PLUGIN, EXAMPLE_TYPE_C_PLUGIN);