« Previous | Next » 

Revision 1911

Added by Alguno 6 months ago

- Frontends can now call methods which are provided by plugins. Closes #57
- All plugins now need to provide an implementation for the nntpgrab_plugin_call_plugin_method
function to catch all external method calls
- Moved all glib wrapper declarations to a separate .h file

Related issues

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • base
      • Makefile.am (diff)
      • nntpgrab_glib_wrapper.h
      • nntpgrab_types.h (diff)
      • nntpgrab_utils.h (diff)
    • client
      • gui
        • plugins
          • counter
            • plugin_counter_gtk.c (diff)
    • glue
      • glue.c (diff)
      • glue_json.c (diff)
      • nntpgrab_glue.def (diff)
      • nntpgrab_glue.h (diff)
      • nntpgrab_glue_internal.h (diff)
    • nntpgrab_core
      • nntpgrab.def (diff)
      • nntpgrab.h (diff)
      • nntpgrab_core.c (diff)
      • nntpgrab_plugin.h (diff)
      • plugins.c (diff)
      • plugins.h (diff)
    • plugins
      • antisleep
        • antisleep.c (diff)
      • auto_import
        • auto_import.c (diff)
      • counter
        • plugin_counter.c (diff)
      • decoder
        • decoder.c (diff)
      • example
        • example.c (diff)
      • jsonrpc
        • jsonrpc_methods.c (diff)
        • plugin_webserver.c (diff)
      • logger
        • logger.c (diff)
      • networkmanager
        • networkmanager.c (diff)
      • nntpgrab_plugin.def (diff)
      • par2
        • plugin_par2.c (diff)
      • unpack
        • plugin_unpack.c (diff)