[vala] readline: s/weak/unowned/
- From: Michael Lauer <mlauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] readline: s/weak/unowned/
- Date: Sun, 28 Mar 2010 12:33:12 +0000 (UTC)
commit ad25e7b06d335bd2a0ec5f531e3f8b84c278c73a
Author: Michael 'Mickey' Lauer <mickey vanille-media de>
Date: Sun Mar 28 14:32:47 2010 +0200
readline: s/weak/unowned/
vapi/readline.vapi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/readline.vapi b/vapi/readline.vapi
index 9f4e0a3..08248a8 100644
--- a/vapi/readline.vapi
+++ b/vapi/readline.vapi
@@ -864,7 +864,7 @@ namespace Readline {
public int completion_mode (CommandFunc func);
[CCode (cname = "rl_library_version")]
- public weak string library_version;
+ public unowned string library_version;
[CCode (cname = "rl_readline_version")]
public int readline_version;
@@ -882,7 +882,7 @@ namespace Readline {
public int insert_mode;
[CCode (cname = "rl_readline_name")]
- public weak string readline_name;
+ public unowned string readline_name;
[CCode (cname = "rl_prompt")]
public string? prompt;
@@ -918,7 +918,7 @@ namespace Readline {
public CommandFunc last_func;
[CCode (cname = "rl_terminal_name")]
- public weak string terminal_name;
+ public unowned string terminal_name;
[CCode (cname = "rl_instream")]
public GLib.FileStream? instream;
@@ -1209,7 +1209,7 @@ namespace Readline {
[CCode (cname = "HISTORY_STATE")]
public struct State {
- public weak History.Entry[]? entries;
+ public unowned History.Entry[]? entries;
public int offset;
public int length;
public int size;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]