[gthumb] added some comment to separate the various sections
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added some comment to separate the various sections
- Date: Sat, 7 Aug 2010 14:25:54 +0000 (UTC)
commit e636687790eb2b0817fe7708952c5febb8d97922
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Aug 5 09:19:53 2010 +0200
added some comment to separate the various sections
gthumb/dom.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/dom.h b/gthumb/dom.h
index 113a065..3506aea 100644
--- a/gthumb/dom.h
+++ b/gthumb/dom.h
@@ -128,6 +128,8 @@ struct _DomDomizableIface {
GQuark dom_error_quark (void);
+/* DomElement */
+
GType dom_element_get_type (void);
void dom_element_append_child (DomElement *self,
DomElement *child);
@@ -148,8 +150,12 @@ void dom_element_set_attribute (DomElement *self,
const char *value);
const char * dom_element_get_inner_text (DomElement *self);
+/* DomTextNode */
+
GType dom_text_node_get_type (void);
+/* DomDocument */
+
GType dom_document_get_type (void);
DomDocument * dom_document_new (void);
DomElement * dom_document_create_element (DomDocument *self,
@@ -170,6 +176,8 @@ gboolean dom_document_load (DomDocument *self,
gssize len,
GError **error);
+/* DomDomizable */
+
GType dom_domizable_get_type (void);
DomElement * dom_domizable_create_element (DomDomizable *self,
DomDocument *doc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]