[PATCH 0/6] Introspection improvements



This set of patches is the first of a series to improve introspection
support. It:
* replaces function alias made with defines with actual
  functions, so they can be accessed through introspection.
* Annotates grilo.c so that grl_init and grl_init_get_option_group can
  be accesed

Simón Pena (6):
  core: Replaced grl-config defines with functions
  core: Replaced grl-media defines with functions
  core: Replaced grl-media-video defines with functions
  core: Replaced grl-media-image defines with functions
  core: Replaced grl-media-audio defines with functions
  annotations: Annotated grilo.c

 src/data/grl-config.c      |  127 +++++++++++
 src/data/grl-config.h      |   96 +--------
 src/data/grl-media-audio.c |  130 +++++++++++
 src/data/grl-media-audio.h |   54 ++---
 src/data/grl-media-image.c |   62 +++++
 src/data/grl-media-image.h |   21 +--
 src/data/grl-media-video.c |   81 +++++++
 src/data/grl-media-video.h |   63 +-----
 src/data/grl-media.c       |  526 ++++++++++++++++++++++++++++++++++++++++++++
 src/data/grl-media.h       |  409 ++++-------------------------------
 src/grilo.c                |   18 ++
 11 files changed, 1025 insertions(+), 562 deletions(-)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]