| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
#define DEBUG_XPATH_EXPRESSION_LIFETIMES CongXPathExpression; #define CONG_XPATH_EXPRESSION (obj) #define CONG_XPATH_EXPRESSION_CLASS (klass) #define IS_CONG_XPATH_EXPRESSION (obj) GType cong_xpath_expression_get_type (void); CongXPathExpression * cong_xpath_expression_construct (CongXPathExpression *xpath_expression,CongDocument *doc,CongNodePtr context_node,const gchar *xpath_expression_string); CongXPathExpression * cong_xpath_expression_new (CongDocument *doc,CongNodePtr context_node,const gchar *xpath_expression_string); CongDocument * cong_xpath_expression_get_document (CongXPathExpression *xpath_expression); CongNodePtr cong_xpath_expression_get_context_node (CongXPathExpression *xpath_expression); const gchar * cong_xpath_expression_get_string_result (CongXPathExpression *xpath_expression);
#define CONG_XPATH_EXPRESSION(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_XPATH_EXPRESSION_TYPE, CongXPathExpression)
#define CONG_XPATH_EXPRESSION_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_XPATH_EXPRESSION_TYPE, CongXPathExpressionClass)
#define IS_CONG_XPATH_EXPRESSION(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_XPATH_EXPRESSION_TYPE)
CongXPathExpression * cong_xpath_expression_construct (CongXPathExpression *xpath_expression,CongDocument *doc,CongNodePtr context_node,const gchar *xpath_expression_string);
TODO: Write me
CongXPathExpression * cong_xpath_expression_new (CongDocument *doc,CongNodePtr context_node,const gchar *xpath_expression_string);
TODO: Write me
CongDocument * cong_xpath_expression_get_document (CongXPathExpression *xpath_expression);
TODO: Write me
CongNodePtr cong_xpath_expression_get_context_node
(CongXPathExpression *xpath_expression);
TODO: Write me
const gchar * cong_xpath_expression_get_string_result
(CongXPathExpression *xpath_expression);
TODO: Write me
"string-result-changed" signalvoid user_function (CongXPathExpression *congxpathexpression,
gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |