Searched refs:option_context (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c595 GOptionContext * option_context; local
625 option_context = g_option_context_new( _( "[torrent files or urls]" ) );
626 g_option_context_add_main_entries( option_context, option_entries, GETTEXT_PACKAGE );
627 g_option_context_set_translation_domain( option_context, GETTEXT_PACKAGE );
628 if( !g_option_context_parse( option_context, &argc, &argv, &error ) ) {
631 g_option_context_free (option_context);
634 g_option_context_free (option_context);

Completed in 63 milliseconds