• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/

Lines Matching refs:action_name

1460 gtr_actions_handler( const char * action_name, gpointer user_data )
1465 if( !strcmp( action_name, "open-torrent-from-url" ) )
1470 else if( !strcmp( action_name, "open-torrent-menu" )
1471 || !strcmp( action_name, "open-torrent-toolbar" ) )
1476 else if( !strcmp( action_name, "show-stats" ) )
1481 else if( !strcmp( action_name, "donate" ) )
1485 else if( !strcmp( action_name, "pause-all-torrents" ) )
1489 else if( !strcmp( action_name, "start-all-torrents" ) )
1493 else if( !strcmp( action_name, "copy-magnet-link-to-clipboard" ) )
1501 else if( !strcmp( action_name, "relocate-torrent" ) )
1511 else if( !strcmp( action_name, "torrent-start" )
1512 || !strcmp( action_name, "torrent-start-now" )
1513 || !strcmp( action_name, "torrent-stop" )
1514 || !strcmp( action_name, "torrent-reannounce" )
1515 || !strcmp( action_name, "torrent-verify" )
1516 || !strcmp( action_name, "queue-move-top" )
1517 || !strcmp( action_name, "queue-move-up" )
1518 || !strcmp( action_name, "queue-move-down" )
1519 || !strcmp( action_name, "queue-move-bottom" ) )
1521 changed |= call_rpc_for_selected_torrents( data, action_name );
1523 else if( !strcmp( action_name, "open-torrent-folder" ) )
1527 else if( !strcmp( action_name, "show-torrent-properties" ) )
1531 else if( !strcmp( action_name, "new-torrent" ) )
1536 else if( !strcmp( action_name, "remove-torrent" ) )
1540 else if( !strcmp( action_name, "delete-torrent" ) )
1544 else if( !strcmp( action_name, "quit" ) )
1548 else if( !strcmp( action_name, "select-all" ) )
1552 else if( !strcmp( action_name, "deselect-all" ) )
1556 else if( !strcmp( action_name, "edit-preferences" ) )
1566 else if( !strcmp( action_name, "toggle-message-log" ) )
1581 else if( !strcmp( action_name, "show-about-dialog" ) )
1585 else if( !strcmp ( action_name, "help" ) )
1589 else if( !strcmp( action_name, "toggle-main-window" ) )
1593 else if( !strcmp( action_name, "present-main-window" ) )
1597 else g_error ( "Unhandled action: %s", action_name );