[Xfce4-commits] [apps/xfdashboard] 02/02: Remove debug messages

noreply at xfce.org noreply at xfce.org
Fri Feb 9 10:19:57 CET 2018


This is an automated email from the git hooks/post-receive script.

n   o   m   a   d       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfdashboard.

commit 0ee69571f929b44430ba44fd347f6444c8636333
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Feb 9 10:19:37 2018 +0100

    Remove debug messages
---
 libxfdashboard/application-database.c | 4 ----
 libxfdashboard/application-tracker.c  | 3 ---
 libxfdashboard/bindings-pool.c        | 3 ---
 libxfdashboard/focus-manager.c        | 3 ---
 libxfdashboard/plugins-manager.c      | 3 ---
 libxfdashboard/search-manager.c       | 3 ---
 libxfdashboard/view-manager.c         | 3 ---
 7 files changed, 22 deletions(-)

diff --git a/libxfdashboard/application-database.c b/libxfdashboard/application-database.c
index f8530f7..1d3cb94 100644
--- a/libxfdashboard/application-database.c
+++ b/libxfdashboard/application-database.c
@@ -1247,12 +1247,10 @@ static GObject* _xfdashboard_application_database_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_application_database_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_application_database=XFDASHBOARD_APPLICATION_DATABASE(object);
-g_message("%s: Created singleton for application database %p", __func__, _xfdashboard_application_database);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_application_database));
-g_message("%s: Increased reference counter to %u for singleton of application database %p", __func__, G_OBJECT(_xfdashboard_application_database)->ref_count, _xfdashboard_application_database);
 		}
 
 	return(object);
@@ -1275,7 +1273,6 @@ static void _xfdashboard_application_database_dispose(GObject *inObject)
 
 	/* Call parent's class dispose method */
 	G_OBJECT_CLASS(xfdashboard_application_database_parent_class)->dispose(inObject);
-g_message("%s: Decreased reference counter to %u for singleton of application database %p", __func__, G_OBJECT(_xfdashboard_application_database)->ref_count, _xfdashboard_application_database);
 }
 
 /* Finalize this object */
@@ -1284,7 +1281,6 @@ static void _xfdashboard_application_database_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_application_database)==inObject))
 	{
-g_message("%s: Finally unset application database %p", __func__, _xfdashboard_application_database);
 		_xfdashboard_application_database=NULL;
 	}
 
diff --git a/libxfdashboard/application-tracker.c b/libxfdashboard/application-tracker.c
index af1eef0..c3c8ab0 100644
--- a/libxfdashboard/application-tracker.c
+++ b/libxfdashboard/application-tracker.c
@@ -942,12 +942,10 @@ static GObject* _xfdashboard_application_tracker_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_application_tracker_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_application_tracker=XFDASHBOARD_APPLICATION_TRACKER(object);
-g_message("%s: Created singleton for application tracker %p", __func__, _xfdashboard_application_tracker);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_application_tracker));
-g_message("%s: Increased reference counter to %u for singleton of application tracker %p", __func__, G_OBJECT(_xfdashboard_application_tracker)->ref_count, _xfdashboard_application_tracker);
 		}
 
 	return(object);
@@ -989,7 +987,6 @@ static void _xfdashboard_application_tracker_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_application_tracker)==inObject))
 	{
-g_message("%s: Finally unset application tracker %p", __func__, _xfdashboard_application_tracker);
 		_xfdashboard_application_tracker=NULL;
 	}
 
diff --git a/libxfdashboard/bindings-pool.c b/libxfdashboard/bindings-pool.c
index 70e49d9..b9983bb 100644
--- a/libxfdashboard/bindings-pool.c
+++ b/libxfdashboard/bindings-pool.c
@@ -952,12 +952,10 @@ static GObject* _xfdashboard_bindings_pool_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_bindings_pool_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_bindings_pool=XFDASHBOARD_BINDINGS_POOL(object);
-g_message("%s: Created singleton for bindings pool %p", __func__, _xfdashboard_bindings_pool);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_bindings_pool));
-g_message("%s: Increased reference counter to %u for singleton of bindings pool %p", __func__, G_OBJECT(_xfdashboard_bindings_pool)->ref_count, _xfdashboard_bindings_pool);
 		}
 
 	return(object);
@@ -986,7 +984,6 @@ static void _xfdashboard_bindings_pool_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_bindings_pool)==inObject))
 	{
-g_message("%s: Finally unset bindings pool %p", __func__, _xfdashboard_bindings_pool);
 		_xfdashboard_bindings_pool=NULL;
 	}
 
diff --git a/libxfdashboard/focus-manager.c b/libxfdashboard/focus-manager.c
index e99a4b9..d281451 100644
--- a/libxfdashboard/focus-manager.c
+++ b/libxfdashboard/focus-manager.c
@@ -338,12 +338,10 @@ static GObject* _xfdashboard_focus_manager_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_focus_manager_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_focus_manager=XFDASHBOARD_FOCUS_MANAGER(object);
-g_message("%s: Created singleton for focus manager %p", __func__, _xfdashboard_focus_manager);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_focus_manager));
-g_message("%s: Increased reference counter to %u for singleton of focus manager %p", __func__, G_OBJECT(_xfdashboard_focus_manager)->ref_count, _xfdashboard_focus_manager);
 		}
 
 	return(object);
@@ -398,7 +396,6 @@ static void _xfdashboard_focus_manager_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_focus_manager)==inObject))
 	{
-g_message("%s: Finally unset focus manager %p", __func__, _xfdashboard_focus_manager);
 		_xfdashboard_focus_manager=NULL;
 	}
 
diff --git a/libxfdashboard/plugins-manager.c b/libxfdashboard/plugins-manager.c
index e8725c9..7228e32 100644
--- a/libxfdashboard/plugins-manager.c
+++ b/libxfdashboard/plugins-manager.c
@@ -515,12 +515,10 @@ static GObject* _xfdashboard_plugins_manager_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_plugins_manager_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_plugins_manager=XFDASHBOARD_PLUGINS_MANAGER(object);
-g_message("%s: Created singleton for plugins manager %p", __func__, _xfdashboard_plugins_manager);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_plugins_manager));
-g_message("%s: Increased reference counter to %u for singleton of plugins manager %p", __func__, G_OBJECT(_xfdashboard_plugins_manager)->ref_count, _xfdashboard_plugins_manager);
 		}
 
 	return(object);
@@ -581,7 +579,6 @@ static void _xfdashboard_plugins_manager_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_plugins_manager)==inObject))
 	{
-g_message("%s: Finally unset plugins manager %p", __func__, _xfdashboard_plugins_manager);
 		_xfdashboard_plugins_manager=NULL;
 	}
 
diff --git a/libxfdashboard/search-manager.c b/libxfdashboard/search-manager.c
index db1c1ac..0f0f478 100644
--- a/libxfdashboard/search-manager.c
+++ b/libxfdashboard/search-manager.c
@@ -168,12 +168,10 @@ static GObject* _xfdashboard_search_manager_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_search_manager_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_search_manager=XFDASHBOARD_SEARCH_MANAGER(object);
-g_message("%s: Created singleton for search manager %p", __func__, _xfdashboard_search_manager);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_search_manager));
-g_message("%s: Increased reference counter to %u for singleton of search manager %p", __func__, G_OBJECT(_xfdashboard_search_manager)->ref_count, _xfdashboard_search_manager);
 		}
 
 	return(object);
@@ -213,7 +211,6 @@ static void _xfdashboard_search_manager_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_search_manager)==inObject))
 	{
-g_message("%s: Finally unset search manager %p", __func__, _xfdashboard_search_manager);
 		_xfdashboard_search_manager=NULL;
 	}
 
diff --git a/libxfdashboard/view-manager.c b/libxfdashboard/view-manager.c
index 8bf1363..bf98993 100644
--- a/libxfdashboard/view-manager.c
+++ b/libxfdashboard/view-manager.c
@@ -163,12 +163,10 @@ static GObject* _xfdashboard_view_manager_constructor(GType inType,
 	{
 		object=G_OBJECT_CLASS(xfdashboard_view_manager_parent_class)->constructor(inType, inNumberConstructParams, inConstructParams);
 		_xfdashboard_view_manager=XFDASHBOARD_VIEW_MANAGER(object);
-g_message("%s: Created singleton for view manager %p", __func__, _xfdashboard_view_manager);
 	}
 		else
 		{
 			object=g_object_ref(G_OBJECT(_xfdashboard_view_manager));
-g_message("%s: Increased reference counter to %u for singleton of view manager %p", __func__, G_OBJECT(_xfdashboard_view_manager)->ref_count, _xfdashboard_view_manager);
 		}
 
 	return(object);
@@ -208,7 +206,6 @@ static void _xfdashboard_view_manager_finalize(GObject *inObject)
 	/* Release allocated resources finally, e.g. unset singleton */
 	if(G_LIKELY(G_OBJECT(_xfdashboard_view_manager)==inObject))
 	{
-g_message("%s: Finally unset view manager %p", __func__, _xfdashboard_view_manager);
 		_xfdashboard_view_manager=NULL;
 	}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list