finch/libgnt/gntbindable.h

changeset 28631
d0b410479721
parent 23064
1a35c6029964
child 31293
169eeb43b52c
equal deleted inserted replaced
28630:8e98598f5948 28631:d0b410479721
164 * @param bindable The bindable object. 164 * @param bindable The bindable object.
165 * @param name The action to perform, followed by a @c NULL-terminated list of parameters. 165 * @param name The action to perform, followed by a @c NULL-terminated list of parameters.
166 * 166 *
167 * @return @c TRUE if the action was performed successfully, @c FALSE otherwise. 167 * @return @c TRUE if the action was performed successfully, @c FALSE otherwise.
168 */ 168 */
169 gboolean gnt_bindable_perform_action_named(GntBindable *bindable, const char *name, ...); 169 gboolean gnt_bindable_perform_action_named(GntBindable *bindable, const char *name, ...) G_GNUC_NULL_TERMINATED;
170 170
171 /** 171 /**
172 * Returns a GntTree populated with "key" -> "binding" for the widget. 172 * Returns a GntTree populated with "key" -> "binding" for the widget.
173 * 173 *
174 * @param bind The object to list the bindings for. 174 * @param bind The object to list the bindings for.

mercurial