Mercurial > pidgin.yaz
comparison finch/libgnt/gntbindable.h @ 21161:e119edfc0fb0
applied changes from 172a59b41412c4630834d66f2e7ec3be970cc36b
through 365b126365cc18309aea7f8eef0e9b2a19e6bda8
And others.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 07 Nov 2007 14:07:52 +0000 |
parents | bddf964880cf |
children |
comparison
equal
deleted
inserted
replaced
21160:45e550db32ab | 21161:e119edfc0fb0 |
---|---|
158 */ | 158 */ |
159 gboolean gnt_bindable_perform_action_named(GntBindable *bindable, const char *name, ...); | 159 gboolean gnt_bindable_perform_action_named(GntBindable *bindable, const char *name, ...); |
160 | 160 |
161 /** | 161 /** |
162 * Returns a GntTree populated with "key" -> "binding" for the widget. | 162 * Returns a GntTree populated with "key" -> "binding" for the widget. |
163 * | 163 * |
164 * @param widget The object to list the bindings for. | 164 * @param bind The object to list the bindings for. |
165 * | 165 * |
166 * @return The GntTree. | 166 * @return The GntTree. |
167 */ | 167 */ |
168 GntBindable * gnt_bindable_bindings_view(GntBindable *bind); | 168 GntBindable * gnt_bindable_bindings_view(GntBindable *bind); |
169 | 169 |
170 /** | 170 /** |
171 * Builds a window that list the key bindings for a GntBindable object. | 171 * Builds a window that list the key bindings for a GntBindable object. |
172 * From this window a user can select a listing to rebind a new key for the given action. | 172 * From this window a user can select a listing to rebind a new key for the given action. |
173 * | 173 * |
174 * @param bindable The object to list the bindings for. | 174 * @param bindable The object to list the bindings for. |
175 * | 175 * |
176 * @return @c TRUE | 176 * @return @c TRUE |
177 */ | 177 */ |
178 | 178 |
179 gboolean gnt_bindable_build_help_window(GntBindable *bindable); | 179 gboolean gnt_bindable_build_help_window(GntBindable *bindable); |
180 | 180 |