All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH v2 1/4] include: Add ofono_voicecall_en_list_notify api
Date: Tue, 29 Mar 2011 22:03:15 -0500	[thread overview]
Message-ID: <4D929D73.6030609@gmail.com> (raw)
In-Reply-To: <1301320689-25201-2-git-send-email-jeevaka.badrappan@elektrobit.com>

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

Hi Jeevaka,

On 03/28/2011 08:58 AM, Jeevaka Badrappan wrote:
> ---
>  include/voicecall.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/include/voicecall.h b/include/voicecall.h
> index 5e6da02..477b226 100644
> --- a/include/voicecall.h
> +++ b/include/voicecall.h
> @@ -140,6 +140,9 @@ struct ofono_voicecall_driver {
>  			ofono_voicecall_cb_t cb, void *data);
>  };
>  
> +void ofono_voicecall_en_list_notify(struct ofono_voicecall *vc,
> +					GSList *nw_en_list);
> +

We have a long-standing rule not to introduce G* types into the oFono
public API.  For lists, please use an array of strings for this.  Refer
to e.g. ofono_netreg_operator_list_cb_t or similar for an example.

>  void ofono_voicecall_notify(struct ofono_voicecall *vc,
>  				const struct ofono_call *call);
>  void ofono_voicecall_disconnected(struct ofono_voicecall *vc, int id,

Regards,
-Denis

  reply	other threads:[~2011-03-30  3:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 13:58 [PATCH v2 0/4] Support for emergency number list from network/modem Jeevaka Badrappan
2011-03-28 13:58 ` [PATCH v2 1/4] include: Add ofono_voicecall_en_list_notify api Jeevaka Badrappan
2011-03-30  3:03   ` Denis Kenzior [this message]
2011-03-28 13:58 ` [PATCH v2 2/4] voicecall: refactor emergency number list handling Jeevaka Badrappan
2011-03-30  3:06   ` Denis Kenzior
2011-03-30 13:33     ` Jeevaka.Badrappan
2011-03-30 15:41       ` Denis Kenzior
2011-03-28 13:58 ` [PATCH v2 3/4] voicecall: network emergency number list support Jeevaka Badrappan
2011-03-28 13:58 ` [PATCH v2 4/4] ifxmodem: " Jeevaka Badrappan
2011-03-30  3:17   ` Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D929D73.6030609@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.