| 
									
										
										
										
											2010-10-06 13:08:26 -04:00
										 |  |  | #include "giotypes.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | typedef struct _GApplicationImpl GApplicationImpl; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-25 14:32:07 -04:00
										 |  |  | typedef struct | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   gchar *name; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   GVariantType *parameter_type; | 
					
						
							|  |  |  |   gboolean      enabled; | 
					
						
							|  |  |  |   GVariant     *state; | 
					
						
							|  |  |  | } RemoteActionInfo; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-06 13:08:26 -04:00
										 |  |  | G_GNUC_INTERNAL | 
					
						
							|  |  |  | void                    g_application_impl_destroy                      (GApplicationImpl   *impl); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | G_GNUC_INTERNAL | 
					
						
							| 
									
										
										
										
											2011-12-17 00:52:57 -05:00
										 |  |  | GApplicationImpl *      g_application_impl_register                     (GApplication        *application, | 
					
						
							|  |  |  |                                                                          const gchar         *appid, | 
					
						
							|  |  |  |                                                                          GApplicationFlags    flags, | 
					
						
							|  |  |  |                                                                          GActionGroup        *exported_actions, | 
					
						
							|  |  |  |                                                                          GRemoteActionGroup **remote_actions, | 
					
						
							|  |  |  |                                                                          GCancellable        *cancellable, | 
					
						
							|  |  |  |                                                                          GError             **error); | 
					
						
							| 
									
										
										
										
											2010-10-06 13:08:26 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | G_GNUC_INTERNAL | 
					
						
							|  |  |  | void                    g_application_impl_activate                     (GApplicationImpl   *impl, | 
					
						
							|  |  |  |                                                                          GVariant           *platform_data); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | G_GNUC_INTERNAL | 
					
						
							|  |  |  | void                    g_application_impl_open                         (GApplicationImpl   *impl, | 
					
						
							|  |  |  |                                                                          GFile             **files, | 
					
						
							|  |  |  |                                                                          gint                n_files, | 
					
						
							|  |  |  |                                                                          const gchar        *hint, | 
					
						
							|  |  |  |                                                                          GVariant           *platform_data); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-09 17:24:09 -04:00
										 |  |  | G_GNUC_INTERNAL | 
					
						
							|  |  |  | int                     g_application_impl_command_line                 (GApplicationImpl   *impl, | 
					
						
							| 
									
										
										
										
											2010-10-19 19:38:00 +02:00
										 |  |  |                                                                          gchar             **arguments, | 
					
						
							| 
									
										
										
										
											2010-10-09 17:24:09 -04:00
										 |  |  |                                                                          GVariant           *platform_data); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-06 13:08:26 -04:00
										 |  |  | G_GNUC_INTERNAL | 
					
						
							|  |  |  | void                    g_application_impl_flush                        (GApplicationImpl   *impl); |