Author: dannym
Date: 2007-02-06 00:30:58 +0000 (Tue, 06 Feb 2007)
New Revision: 24864

Modified:
   libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.c
   libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.h
Log:
back netk_screen_get_workspaces out



Modified: libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.c
===================================================================
--- libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.c     2007-02-06 
00:11:49 UTC (rev 24863)
+++ libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.c     2007-02-06 
00:30:58 UTC (rev 24864)
@@ -481,21 +481,6 @@
 }
 
 /**
- * netk_screen_get_workspaces:
- * @screen: a #NetkScreen
- * 
- * Gets the screen's list of workspaces. 
- * The list is not copied and should not be freed. 
- *
- * Return value: reference to list of workspaces
- **/
-GList*
-netk_screen_get_workspaces (NetkScreen * screen)
-{
-    return screen->priv->workspaces;
-}
-
-/**
  * netk_screen_get_windows:
  * @screen: a #NetkScreen
  * 

Modified: libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.h
===================================================================
--- libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.h     2007-02-06 
00:11:49 UTC (rev 24863)
+++ libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-screen.h     2007-02-06 
00:30:58 UTC (rev 24864)
@@ -113,7 +113,6 @@
      NetkWindow *netk_screen_get_active_window (NetkScreen * screen);
      GList *netk_screen_get_windows (NetkScreen * screen);
      GList *netk_screen_get_windows_stacked (NetkScreen * screen);
-     GList *netk_screen_get_workspaces (NetkScreen * screen);
      void netk_screen_force_update (NetkScreen * screen);
      int netk_screen_get_workspace_count (NetkScreen * screen);
      void netk_screen_change_workspace_count (NetkScreen * screen, int count);

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to