[libgda] GDA Vala Extensions now install Yelp Manual correctly.
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] GDA Vala Extensions now install Yelp Manual correctly.
- Date: Tue, 3 Apr 2012 17:54:04 +0000 (UTC)
commit 58914a992d594d93a2837addff8d3b3a7d14125e
Author: Daniel Espinosa <despinosa src gnome org>
Date: Fri Mar 30 13:02:06 2012 -0600
GDA Vala Extensions now install Yelp Manual correctly.
* Yelp Manual for GDA Vala Extensions now install correctly
* Updates on GDA's Vala bindings
doc/mallard/Makefile.am | 2 +-
doc/mallard/gda-data/Classes.page | 33 ----
doc/mallard/gda-data/Interfaces.page | 30 ----
doc/mallard/gda-data/Makefile.am | 44 ------
doc/mallard/gda-data/Record-Class.page | 170 ----------------------
doc/mallard/gda-data/Table-Class.page | 164 ---------------------
doc/mallard/gda-data/classes-uml.png | Bin 23714 -> 0 bytes
doc/mallard/gda-data/enable-vala-extensions.page | 27 ----
doc/mallard/gda-data/index.page | 27 ----
doc/mallard/gda-data/interfaces-uml.png | Bin 35294 -> 0 bytes
doc/mallard/gda-data/record-class-uml.png | Bin 16252 -> 0 bytes
doc/mallard/gda-data/table-class-uml.png | Bin 25406 -> 0 bytes
doc/mallard/gda-vala/C/index.page | 2 +-
libgda/libgda-5.0.vapi | 50 +++---
14 files changed, 27 insertions(+), 522 deletions(-)
---
diff --git a/doc/mallard/Makefile.am b/doc/mallard/Makefile.am
index fba55f5..fade8f4 100644
--- a/doc/mallard/Makefile.am
+++ b/doc/mallard/Makefile.am
@@ -1 +1 @@
-SUBDIRS = gda-data
+SUBDIRS = gda-vala
diff --git a/doc/mallard/gda-vala/C/index.page b/doc/mallard/gda-vala/C/index.page
index 08eb521..2b051da 100644
--- a/doc/mallard/gda-vala/C/index.page
+++ b/doc/mallard/gda-vala/C/index.page
@@ -13,7 +13,7 @@
</info>
<title>
- GDA Vala Extensions Documentation
+ GDA Vala Extensions Manual
</title>
<p>
This guide will shows you features and how to use Vala Extensions.
diff --git a/libgda/libgda-5.0.vapi b/libgda/libgda-5.0.vapi
index f4ef6c5..7c78748 100644
--- a/libgda/libgda-5.0.vapi
+++ b/libgda/libgda-5.0.vapi
@@ -149,7 +149,7 @@ namespace Gda {
public unowned Gda.ServerProvider get_provider ();
public unowned string get_provider_name ();
public unowned Gda.TransactionStatus get_transaction_status ();
- public bool insert_row_into_table_v (string table, GLib.SList<string> col_names, GLib.SList<GLib.Value?> values) throws GLib.Error;
+ public bool insert_row_into_table_v (string table, GLib.SList<string> col_names, GLib.SList<GLib.Value> values) throws GLib.Error;
public bool is_opened ();
public bool open () throws GLib.Error;
public static Gda.Connection open_from_dsn (string dsn, string? auth_string, Gda.ConnectionOptions options) throws GLib.Error;
@@ -171,7 +171,7 @@ namespace Gda {
public static void string_split (string string, string out_cnc_params, string out_provider, string out_username, string out_password);
public bool supports_feature (Gda.ConnectionFeature feature);
public bool update_meta_store (Gda.MetaContext? context) throws GLib.Error;
- public bool update_row_in_table_v (string table, string condition_column_name, GLib.Value condition_value, GLib.SList<string> col_names, GLib.SList<GLib.Value?> values) throws GLib.Error;
+ public bool update_row_in_table_v (string table, string condition_column_name, GLib.Value condition_value, GLib.SList<string> col_names, GLib.SList<GLib.Value> values) throws GLib.Error;
public string value_to_sql_string (GLib.Value from);
[NoAccessorMethod]
public string auth_string { owned get; set; }
@@ -373,7 +373,7 @@ namespace Gda {
public int get_sample_size ();
public int get_sample_start ();
public Gda.ValueAttribute get_value_attributes (int proxy_row, int col);
- public GLib.SList<weak GLib.Value?> get_values (int proxy_row, [CCode (array_length = false)] int[] cols_index, int n_cols);
+ public GLib.SList<weak GLib.Value> get_values (int proxy_row, [CCode (array_length = false)] int[] cols_index, int n_cols);
public bool has_changed ();
public bool is_read_only ();
public bool row_has_changed (int proxy_row);
@@ -611,7 +611,7 @@ namespace Gda {
public bool declare_foreign_key (Gda.MetaStruct? mstruct, string fk_name, string? catalog, string? schema, string table, string? ref_catalog, string? ref_schema, string ref_table, [CCode (array_length_cname = "nb_cols", array_length_pos = 8.5, array_length_type = "guint")] string[] colnames, [CCode (array_length_cname = "nb_cols", array_length_pos = 8.5, array_length_type = "guint")] string[] ref_colnames) throws GLib.Error;
public static GLib.Quark error_quark ();
[CCode (cname = "gda_meta_store_extract_v")]
- public Gda.DataModel extract (string select_sql, GLib.HashTable<string,GLib.Value?>? vars) throws GLib.Error;
+ public Gda.DataModel extract (string select_sql, GLib.HashTable<string,GLib.Value>? vars) throws GLib.Error;
public bool get_attribute_value (string att_name, out string att_value) throws GLib.Error;
public unowned Gda.Connection get_internal_connection ();
public int get_version ();
@@ -1292,22 +1292,22 @@ namespace Gda {
public bool trylock ();
public void unlock ();
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct DataMetaWrapper {
public weak GLib.Object object;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct DataMetaWrapperClass {
public weak GLib.ObjectClass parent_class;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct Diff {
public Gda.DiffType type;
public int old_row;
public int new_row;
public weak GLib.HashTable<void*,void*> values;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct DsnInfo {
public weak string name;
public weak string provider;
@@ -1316,7 +1316,7 @@ namespace Gda {
public weak string auth_string;
public bool is_system;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaDbObject {
public Gda.MetaDbObjectType obj_type;
public bool outdated;
@@ -1332,12 +1332,12 @@ namespace Gda {
[CCode (cname = "extra.meta_view")]
public Gda.MetaView extra_meta_view;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaStoreChange {
public Gda.MetaStoreChangeType c_type;
public weak string table_name;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaTable {
public GLib.List<Gda.MetaTableColumn> columns;
public int pk_cols_array;
@@ -1345,7 +1345,7 @@ namespace Gda {
public GLib.List<Gda.MetaTableForeignKey> reverse_fk_list;
public GLib.List<Gda.MetaTableForeignKey> fk_list;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaTableColumn {
public weak string column_name;
public weak string column_type;
@@ -1357,7 +1357,7 @@ namespace Gda {
public GLib.Value get_attribute (string attribute);
public void set_attribute (string attribute, GLib.Value? value, GLib.DestroyNotify? destroy);
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaTableForeignKey {
public Gda.MetaDbObject meta_table;
public Gda.MetaDbObject depend_on;
@@ -1368,13 +1368,13 @@ namespace Gda {
public weak string ref_pk_names_array;
public weak string fk_name;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct MetaView {
public Gda.MetaTable table;
public weak string view_def;
public bool is_updatable;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct ProviderInfo {
public weak string id;
public weak string location;
@@ -1382,24 +1382,24 @@ namespace Gda {
public weak Gda.Set dsn_params;
public weak Gda.Set auth_params;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct ServerProviderHandlerInfo {
public weak Gda.Connection cnc;
public GLib.Type g_type;
public weak string dbms_type;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct SetGroup {
public GLib.List<Gda.SetNode> nodes;
public Gda.SetSource nodes_source;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct SetNode {
public weak Gda.Holder holder;
public weak Gda.DataModel source_model;
public int source_column;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct SetSource {
public weak Gda.DataModel data_model;
public GLib.List<Gda.SetNode> nodes;
@@ -1408,7 +1408,7 @@ namespace Gda {
[SimpleType]
public struct SqlBuilderId : uint {
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct SqlRenderingContext {
public Gda.StatementSqlFlag flags;
public weak Gda.Set @params;
@@ -1417,12 +1417,12 @@ namespace Gda {
public weak Gda.Connection cnc;
public weak Gda.SqlRenderingValue render_value;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct ThreadNotification {
public Gda.ThreadNotificationType type;
public uint job_id;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct TransactionStatusEvent {
public weak Gda.TransactionStatus trans;
public Gda.TransactionStatusEventType type;
@@ -1434,7 +1434,7 @@ namespace Gda {
[CCode (cname = "pl.sub_trans")]
public weak Gda.TransactionStatus pl_sub_trans;
}
- [CCode (cheader_filename = "libgda/libgda.h", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h")]
public struct XaTransactionId {
public uint32 format;
public ushort gtrid_length;
@@ -1443,7 +1443,7 @@ namespace Gda {
public weak char[] data;
public string to_string ();
}
- [CCode (cheader_filename = "libgda/libgda.h", cname = "_GdaServerOperationNode", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h", cname = "_GdaServerOperationNode")]
public struct _ServerOperationNode {
public Gda.ServerOperationNodeType type;
public Gda.ServerOperationNodeStatus status;
@@ -1452,7 +1452,7 @@ namespace Gda {
public weak Gda.Column column;
public weak Gda.Holder param;
}
- [CCode (cheader_filename = "libgda/libgda.h", cname = "_GdaSqlParserIface", has_type_id = false)]
+ [CCode (cheader_filename = "libgda/libgda.h", cname = "_GdaSqlParserIface")]
public struct _SqlParserIface {
public weak Gda.SqlParser parser;
public weak Gda.SqlStatement parsed_statement;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]