| 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. |