mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Add object paths to introspection
Clean up headers, avoid exposing DBus api. Remove notify should not have property changes
This commit is contained in:
		
							parent
							
								
									e61cbb3931
								
							
						
					
					
						commit
						b0e4cb4288
					
				
					 13 changed files with 58 additions and 48 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,6 @@
 | 
			
		|||
#define __PINOS_CLIENT_SOURCE_H__
 | 
			
		||||
 | 
			
		||||
#include <glib-object.h>
 | 
			
		||||
#include <gio/gio.h>
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -29,7 +28,7 @@ typedef struct _PinosClientSource PinosClientSource;
 | 
			
		|||
typedef struct _PinosClientSourceClass PinosClientSourceClass;
 | 
			
		||||
typedef struct _PinosClientSourcePrivate PinosClientSourcePrivate;
 | 
			
		||||
 | 
			
		||||
#include "server/source.h"
 | 
			
		||||
#include <server/source.h>
 | 
			
		||||
 | 
			
		||||
#define PINOS_TYPE_CLIENT_SOURCE                 (pinos_client_source_get_type ())
 | 
			
		||||
#define PINOS_IS_CLIENT_SOURCE(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PINOS_TYPE_SOURCE))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue