Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VAPI's ipc_net_{regist_setup,plmn_sel_setup} renames for fsogsmd #3

Merged
merged 1 commit into from Sep 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions vapi/samsung-ipc-1.0.vapi
Expand Up @@ -555,7 +555,7 @@ namespace SamsungIpc
public uint8 net;
public ServiceDomain domain;

[CCode (cname = "ipc_net_regist_setup")]
[CCode (cname = "ipc_net_regist_get_setup")]
public void setup( ServiceDomain domain );

public unowned uint8[] data
Expand Down Expand Up @@ -664,7 +664,7 @@ namespace SamsungIpc
public uint8[] plmn;
public AccessTechnology act;

[CCode (cname = "ipc_net_plmn_sel_setup")]
[CCode (cname = "ipc_net_plmn_sel_set_setup")]
public void setup(uint8 mode, string plmn, AccessTechnology act);

public unowned uint8[] data
Expand Down