Top | ![]() |
![]() |
![]() |
![]() |
#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)
congxpathexpression |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First