[Xfce4-commits] <libxfce4ui:new-sm-client> fix prototype

Brian J. Tarricone noreply at xfce.org
Mon Oct 5 01:36:01 CEST 2009


Updating branch refs/heads/kelnos/new-sm-client
         to bd5d5b663013df440a6bd0645d12f330b307d267 (commit)
       from 2521a02b113ab8c1b1816b039f047c14e286c0ee (commit)

commit bd5d5b663013df440a6bd0645d12f330b307d267
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Sun Oct 4 16:35:42 2009 -0700

    fix prototype

 libxfce4ui/xfce-sm-client.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4ui/xfce-sm-client.h b/libxfce4ui/xfce-sm-client.h
index e60a148..eafa5ce 100644
--- a/libxfce4ui/xfce-sm-client.h
+++ b/libxfce4ui/xfce-sm-client.h
@@ -66,7 +66,7 @@ GType xfce_sm_client_get_type(void) G_GNUC_CONST;
 GOptionGroup *xfce_sm_client_get_option_group(guint argc,
                                               gchar **argv);
 
-XfceSMClient *xfce_sm_client_get();
+XfceSMClient *xfce_sm_client_get(void);
 
 XfceSMClient *xfce_sm_client_get_with_argv(guint argc,
                                            gchar **argv,



More information about the Xfce4-commits mailing list