[gom] gom: Clean up gom-resource.h
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gom] gom: Clean up gom-resource.h
- Date: Wed, 14 May 2014 14:51:58 +0000 (UTC)
commit a0f6eeeeff3e8434bef78cacb6eb62489d332d19
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 14 14:49:52 2014 +0200
gom: Clean up gom-resource.h
gom/gom-resource.h | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/gom/gom-resource.h b/gom/gom-resource.h
index c10c35c..7a74331 100644
--- a/gom/gom-resource.h
+++ b/gom/gom-resource.h
@@ -66,6 +66,16 @@ struct _GomResourceClass
typedef GBytes * (*GomResourceToBytesFunc) (GValue *value);
typedef void (*GomResourceFromBytesFunc) (GBytes *bytes, GValue *value);
+GQuark gom_resource_new_in_version_quark (void) G_GNUC_CONST;
+GQuark gom_resource_not_mapped_quark (void) G_GNUC_CONST;
+GQuark gom_resource_to_bytes_func_quark (void) G_GNUC_CONST;
+GQuark gom_resource_from_bytes_func_quark (void) G_GNUC_CONST;
+GQuark gom_resource_ref_table_class (void) G_GNUC_CONST;
+GQuark gom_resource_ref_property_name (void) G_GNUC_CONST;
+GQuark gom_resource_unique (void) G_GNUC_CONST;
+GQuark gom_resource_notnull (void) G_GNUC_CONST;
+GType gom_resource_get_type (void) G_GNUC_CONST;
+
void gom_resource_class_set_table (GomResourceClass *resource_class,
const gchar *table);
void gom_resource_class_set_primary_key (GomResourceClass *resource_class,
@@ -105,15 +115,6 @@ gboolean gom_resource_delete_finish (GomResource *reso
GError **error);
gboolean gom_resource_delete_sync (GomResource *resource,
GError **error);
-GQuark gom_resource_new_in_version_quark (void) G_GNUC_CONST;
-GQuark gom_resource_not_mapped_quark (void) G_GNUC_CONST;
-GQuark gom_resource_to_bytes_func_quark (void) G_GNUC_CONST;
-GQuark gom_resource_from_bytes_func_quark (void) G_GNUC_CONST;
-GQuark gom_resource_ref_table_class (void) G_GNUC_CONST;
-GQuark gom_resource_ref_property_name (void) G_GNUC_CONST;
-GQuark gom_resource_unique (void) G_GNUC_CONST;
-GQuark gom_resource_notnull (void) G_GNUC_CONST;
-GType gom_resource_get_type (void) G_GNUC_CONST;
void gom_resource_save_async (GomResource *resource,
GAsyncReadyCallback callback,
gpointer user_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]