gdl r549 - in trunk: . docs/reference gdl



Author: jhs
Date: Thu Apr 16 08:00:24 2009
New Revision: 549
URL: http://svn.gnome.org/viewvc/gdl?rev=549&view=rev

Log:
2009-04-16  Johannes Schmid  <jhs gnome org>

  Patch from:  Gennaro Bellizio <genbell tiscali it>
	* gdl/Makefile.am:
	* gdl/gdl-combo-button.c:
	* gdl/gdl-combo-button.h:
	* gdl/gdl.h:
	#560820 â Remove GdlComboButton

Removed:
   trunk/gdl/gdl-combo-button.c
   trunk/gdl/gdl-combo-button.h
Modified:
   trunk/ChangeLog
   trunk/docs/reference/gdl-sections.txt
   trunk/docs/reference/gdl.types
   trunk/gdl/Makefile.am
   trunk/gdl/gdl.h

Modified: trunk/docs/reference/gdl-sections.txt
==============================================================================
--- trunk/docs/reference/gdl-sections.txt	(original)
+++ trunk/docs/reference/gdl-sections.txt	Thu Apr 16 08:00:24 2009
@@ -219,24 +219,6 @@
 </SECTION>
 
 <SECTION>
-<FILE>gdl-combo-button</FILE>
-GdlComboButtonPrivate
-<TITLE>GdlComboButton</TITLE>
-GdlComboButton
-gdl_combo_button_new
-gdl_combo_button_set_icon
-gdl_combo_button_set_label
-gdl_combo_button_set_menu
-<SUBSECTION Standard>
-GDL_COMBO_BUTTON
-GDL_IS_COMBO_BUTTON
-GDL_TYPE_COMBO_BUTTON
-gdl_combo_button_get_type
-GDL_COMBO_BUTTON_CLASS
-GDL_IS_COMBO_BUTTON_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>gdl-dock-paned</FILE>
 <TITLE>GdlDockPaned</TITLE>
 GdlDockPaned

Modified: trunk/docs/reference/gdl.types
==============================================================================
--- trunk/docs/reference/gdl.types	(original)
+++ trunk/docs/reference/gdl.types	Thu Apr 16 08:00:24 2009
@@ -7,7 +7,6 @@
 gdl_dock_tablabel_get_type
 gdl_dock_notebook_get_type
 gdl_dock_placeholder_get_type
-gdl_combo_button_get_type
 gdl_dock_paned_get_type
 gdl_dock_bar_get_type
 gdl_dock_param_flags_get_type

Modified: trunk/gdl/Makefile.am
==============================================================================
--- trunk/gdl/Makefile.am	(original)
+++ trunk/gdl/Makefile.am	Thu Apr 16 08:00:24 2009
@@ -35,7 +35,6 @@
 	gdl-dock-layout.h \
 	gdl-dock-placeholder.h \
 	gdl-dock-bar.h \
-	gdl-combo-button.h \
 	gdl-switcher.h \
 	gdl-stock.h \
 	gdl-stock-icons.h
@@ -56,7 +55,6 @@
 	gdl-dock-layout.c \
 	gdl-dock-placeholder.c \
 	gdl-dock-bar.c \
-	gdl-combo-button.c \
 	gdl-switcher.c \
 	gdl-stock.c \
 	libgdltypebuiltins.h \
@@ -70,14 +68,11 @@
 
 libgdl_1_la_LDFLAGS = $(EXTRA_LDFLAGS)
 
-noinst_PROGRAMS=test-dock test-combo-button
+noinst_PROGRAMS=test-dock
 
 test_dock_sources=test-dock.c
 test_dock_LDADD=libgdl-1.la $(XML_LIBS)
 
-test_combo_button_SOURCES = test-combo-button.c
-test_combo_button_LDADD = libgdl-1.la
-
 libgdlincludedir = $(includedir)/libgdl-1.0/gdl
 libgdlinclude_HEADERS = \
 	$(libgdl_headers) \

Modified: trunk/gdl/gdl.h
==============================================================================
--- trunk/gdl/gdl.h	(original)
+++ trunk/gdl/gdl.h	Thu Apr 16 08:00:24 2009
@@ -33,7 +33,6 @@
 #include <gdl/gdl-dock-notebook.h>
 #include <gdl/gdl-dock-tablabel.h>
 #include <gdl/gdl-dock-bar.h>
-#include <gdl/gdl-combo-button.h>
 #include <gdl/gdl-switcher.h>
 
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]