account-row: Fix header alignments

Uncrustify must have gotten confused.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-05-21 16:48:29 +02:00
parent e0f0c84a7d
commit 4f4c7e877e

View File

@@ -34,13 +34,13 @@ G_BEGIN_DECLS
#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,
CallsAccount *account);
gboolean calls_account_row_get_online (CallsAccountRow *self);
void calls_account_row_set_online (CallsAccountRow *self,
gboolean online);
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider,
CallsAccount *account);
gboolean calls_account_row_get_online (CallsAccountRow *self);
void calls_account_row_set_online (CallsAccountRow *self,
gboolean online);
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
G_END_DECLS