account-row: Fix header alignments
Uncrustify must have gotten confused.
This commit is contained in:
@@ -34,13 +34,13 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
#define CALLS_TYPE_ACCOUNT_ROW (calls_account_row_get_type ())
|
#define CALLS_TYPE_ACCOUNT_ROW (calls_account_row_get_type ())
|
||||||
|
|
||||||
G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow)
|
G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow);
|
||||||
|
|
||||||
CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider,
|
CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider,
|
||||||
CallsAccount *account);
|
CallsAccount *account);
|
||||||
gboolean calls_account_row_get_online (CallsAccountRow *self);
|
gboolean calls_account_row_get_online (CallsAccountRow *self);
|
||||||
void calls_account_row_set_online (CallsAccountRow *self,
|
void calls_account_row_set_online (CallsAccountRow *self,
|
||||||
gboolean online);
|
gboolean online);
|
||||||
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
|
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user