Lines Matching defs:parameters
142 GSList * parameters; /**< A table to store the parameters for this extension.
143 This only gets created if there are parameters in this
147 /** \brief A function to get the number of parameters that
149 \return The number of parameters. */
150 unsigned int param_count ( ) { return parameters == NULL ? 0 :
151 g_slist_length(parameters); };
152 /** \brief A function to get the number of parameters that
154 \return The number of visible parameters.
197 * It could be NULL because there are no parameters for this extension
223 * It isn't duplicated into the value string. Look up in the parameters list,
227 * @param doc The document to look in for document specific parameters.
229 * @return A constant pointer to the string held by the parameters.