libpurple/purplecommandmanager.h

changeset 43285
acde304cf24c
parent 43053
f2f944ac775c
equal deleted inserted replaced
43284:50c1bcc45576 43285:acde304cf24c
205 * @source: The source of the command. 205 * @source: The source of the command.
206 * 206 *
207 * Attempts to remove the first command with @name and @source from @manager. 207 * Attempts to remove the first command with @name and @source from @manager.
208 * 208 *
209 * Returns: %TRUE if a command is found and removed, otherwise %FALSE. 209 * Returns: %TRUE if a command is found and removed, otherwise %FALSE.
210 *
211 * Since: 3.0
210 */ 212 */
211 PURPLE_AVAILABLE_IN_3_0 213 PURPLE_AVAILABLE_IN_3_0
212 gboolean purple_command_manager_remove(PurpleCommandManager *manager, const char *name, const char *source); 214 gboolean purple_command_manager_remove(PurpleCommandManager *manager, const char *name, const char *source);
213 215
214 /** 216 /**

mercurial