Add missing get_type declaration
This commit is contained in:
parent
c563543dea
commit
8afa8c77d2
@ -73,6 +73,8 @@ typedef enum {
|
||||
GSM_SESSION_LOGOUT_MODE_FORCE
|
||||
} GsmSessionLogoutMode;
|
||||
|
||||
GType gsm_session_get_type (void) G_GNUC_CONST;
|
||||
|
||||
void gsm_session_set_name (GsmSession *session,
|
||||
const char *name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user