mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
This commit is contained in:
82
gtk/hig.h
82
gtk/hig.h
@@ -3,10 +3,10 @@
|
||||
*
|
||||
* This file is licensed by the GPL version 2. Works owned by the
|
||||
* Transmission project are granted a special exemption to clause 2(b)
|
||||
* so that the bulk of its code can remain under the MIT license.
|
||||
* so that the bulk of its code can remain under the MIT license.
|
||||
* This exemption does not extend to derived works not owned by
|
||||
* the Transmission project.
|
||||
*
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
@@ -22,56 +22,56 @@
|
||||
|
||||
GtkWidget* hig_workarea_create( void );
|
||||
|
||||
void hig_workarea_add_section_divider( GtkWidget * table,
|
||||
int * row );
|
||||
void hig_workarea_add_section_divider( GtkWidget * table,
|
||||
int * row );
|
||||
|
||||
void hig_workarea_add_section_title_widget( GtkWidget * t,
|
||||
int * row,
|
||||
GtkWidget * w );
|
||||
void hig_workarea_add_section_title_widget( GtkWidget * t,
|
||||
int * row,
|
||||
GtkWidget * w );
|
||||
|
||||
void hig_workarea_add_section_title( GtkWidget * table,
|
||||
int * row,
|
||||
const char * section_title );
|
||||
void hig_workarea_add_section_title( GtkWidget * table,
|
||||
int * row,
|
||||
const char * section_title );
|
||||
|
||||
void hig_workarea_add_wide_control( GtkWidget * table,
|
||||
int * row,
|
||||
GtkWidget * w );
|
||||
void hig_workarea_add_wide_control( GtkWidget * table,
|
||||
int * row,
|
||||
GtkWidget * w );
|
||||
|
||||
GtkWidget* hig_workarea_add_wide_checkbutton( GtkWidget * table,
|
||||
int * row,
|
||||
const char * mnemonic_string,
|
||||
gboolean is_active );
|
||||
GtkWidget* hig_workarea_add_wide_checkbutton( GtkWidget * table,
|
||||
int * row,
|
||||
const char * mnemonic_string,
|
||||
gboolean is_active );
|
||||
|
||||
GtkWidget* hig_workarea_add_label( GtkWidget * table,
|
||||
int row,
|
||||
const char * mnemonic_string );
|
||||
GtkWidget* hig_workarea_add_label( GtkWidget * table,
|
||||
int row,
|
||||
const char * mnemonic_string );
|
||||
|
||||
void hig_workarea_add_label_w( GtkWidget * table,
|
||||
int row,
|
||||
GtkWidget * label_widget );
|
||||
void hig_workarea_add_label_w( GtkWidget * table,
|
||||
int row,
|
||||
GtkWidget * label_widget );
|
||||
|
||||
void hig_workarea_add_control( GtkWidget * table,
|
||||
int row,
|
||||
GtkWidget * control );
|
||||
void hig_workarea_add_control( GtkWidget * table,
|
||||
int row,
|
||||
GtkWidget * control );
|
||||
|
||||
GtkWidget* hig_workarea_add_row (GtkWidget * table,
|
||||
int * row,
|
||||
const char * mnemonic_string,
|
||||
GtkWidget * control,
|
||||
GtkWidget * mnemonic_or_null_for_control );
|
||||
GtkWidget* hig_workarea_add_row( GtkWidget * table,
|
||||
int * row,
|
||||
const char * mnemonic_string,
|
||||
GtkWidget * control,
|
||||
GtkWidget * mnemonic_or_null_for_control );
|
||||
|
||||
void hig_workarea_add_row_w( GtkWidget * table,
|
||||
int * row,
|
||||
GtkWidget * label,
|
||||
GtkWidget * control,
|
||||
GtkWidget * mnemonic_or_null_for_control );
|
||||
void hig_workarea_add_row_w( GtkWidget * table,
|
||||
int * row,
|
||||
GtkWidget * label,
|
||||
GtkWidget * control,
|
||||
GtkWidget * mnemonic_or_null_for_control );
|
||||
|
||||
void hig_workarea_finish( GtkWidget * table,
|
||||
int * row );
|
||||
void hig_workarea_finish( GtkWidget * table,
|
||||
int * row );
|
||||
|
||||
void hig_message_dialog_set_text( GtkMessageDialog * dialog,
|
||||
const char * primary,
|
||||
const char * secondary );
|
||||
void hig_message_dialog_set_text( GtkMessageDialog * dialog,
|
||||
const char * primary,
|
||||
const char * secondary );
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user