From 75ffafb4e04661fb890a9e8088b743cb077050a6 Mon Sep 17 00:00:00 2001 From: Fab Date: Sat, 7 Oct 2017 14:23:52 +0000 Subject: Fix callbacks signatures in libSM documentation https://bugs.freedesktop.org/show_bug.cgi?id=103135 Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- doc/SMlib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 43579f9..eb97eff 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -494,7 +494,7 @@ The Save Yourself callback is of type SmcSaveYourselfProc typedef void (*SaveYourselfProc) SmcConn smc_conn - SmcConn client_data + SmPointer client_data int save_type Bool shutdown int interact_style @@ -629,7 +629,7 @@ The Die callback is of type typedef void (*SmcDieProc) SmcConn smc_conn - SmcConn client_data + SmPointer client_data -- cgit v1.2.1