« Previous | Next » 

Revision 1769

Added by Alguno over 1 year ago

- Renamed the objects 'NNTPGrabCore' to 'NntpgrabCore' and 'NNTPGrabGlue' to 'NntpgrabGlue'
in order to be compatible with GObject-introspection
- Renamed the nntpgrab_... functions in the glue layer to use the prefix nntpgrab_glue_...
- Added GObject-introspection based testcases for the Glue layer using javascript and python
- Also export the utils library using GObject-introspection

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • Makefile.am (diff)
    • base
      • nntpgrab_utils.h (diff)
    • client
      • gui
        • auto_import.c (diff)
        • auto_shutdown.c (diff)
        • callbacks.c (diff)
        • config_autoimport.c (diff)
        • config_display.c (diff)
        • config_folders.c (diff)
        • config_par2.c (diff)
        • config_plugins.c (diff)
        • config_servers.c (diff)
        • connections.c (diff)
        • debug.c (diff)
        • gui.h (diff)
        • gui_plugins.c (diff)
        • main.c (diff)
        • monitor.c (diff)
        • notify.c (diff)
        • nzb.c (diff)
        • par2.c (diff)
        • queue.c (diff)
      • gui_qt
        • QNNTPGrabGlue.cpp (diff)
        • QNNTPGrabGlue_p.h (diff)
      • web
        • module
          • nntpgrab.c (diff)
    • glue
      • glue.c (diff)
      • glue_json.c (diff)
      • glue_signals.c (diff)
      • nntpgrab_glue.def (diff)
      • nntpgrab_glue.h (diff)
      • nntpgrab_glue_internal.h (diff)
    • nntpgrab_core
      • core_signals.c (diff)
      • nntpgrab.h (diff)
      • nntpgrab_core.c (diff)
      • plugins.c (diff)
    • server
      • main.c (diff)
    • server_qt
      • nntpgrab_qt.cpp (diff)
      • nntpgrab_qt.h (diff)
    • tests
      • nntpgrab_glue_test.js /trunk/tests/nntpgrab_core_test.js
      • nntpgrab_glue_test.py /trunk/tests/nntpgrab_core_test.py
      • test_schedular.c (diff)