From f1ab13466f49f80bf0317b837abf385a2198b7cd Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 17 May 2006 15:57:58 +0200 Subject: [PATCH] update grab_client_new() documentation --- grab_client.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/grab_client.c b/grab_client.c index e81ad992..4f90a27a 100644 --- a/grab_client.c +++ b/grab_client.c @@ -217,11 +217,10 @@ void activate_inactive_grab_clients(int slot, int audio_format_num, * check the command line options and allocate a grab_client structure * * \param fd the file descriptor of the client - * \param argc the number of command line options - * \param argv pointers to the command line options + * \param line the command line * \param err non-zero if an error occured * - * If the command line options given by \a argc and \a argv are valid. + * If the command line options given by \a argc and \a argv are valid. * allocate a struct grab_client and initialize it with this valid * configuration. Moreover, add the new grab client to the inactive list. * -- 2.39.2