mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Add a note about G_DISABLE_DEPRECATED. (#353172, Matt Barnes)
2006-08-28 Matthias Clasen <mclasen@redhat.com> * glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED. (#353172, Matt Barnes)
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							ea9d8beabb
						
					
				
				
					commit
					88df2b01f3
				
			@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					2006-08-28  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED.
 | 
				
			||||||
 | 
						(#353172, Matt Barnes)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Wed Aug 16 13:55:39 2006  Tim Janik  <timj@imendio.com>
 | 
					Wed Aug 16 13:55:39 2006  Tim Janik  <timj@imendio.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* glib/tmpl/trash_stack.sgml: added notes about complexity.
 | 
						* glib/tmpl/trash_stack.sgml: added notes about complexity.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,6 +61,12 @@ $ cc `pkg-config --cflags --libs glib-2.0` hello.c -o hello
 | 
				
			|||||||
</programlisting>
 | 
					</programlisting>
 | 
				
			||||||
</para>
 | 
					</para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					If you want to make sure that your program doesn't use any deprecated
 | 
				
			||||||
 | 
					functions, you can define the preprocessor symbol G_DISABLE_DEPRECATED
 | 
				
			||||||
 | 
					by using the command line option <literal>-DG_DISABLE_DEPRECATED=1</literal>.
 | 
				
			||||||
 | 
					</para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</refsect1>
 | 
					</refsect1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</refentry>
 | 
					</refentry>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user