~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GAppInfo.html

Tags: upstream-2.15.3
ImportĀ upstreamĀ versionĀ 2.15.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<th width="100%" align="center">GIO Reference Manual</th>
39
39
<td><a accesskey="n" href="gio-Desktop-file-based-GAppInfo.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
40
40
</tr>
41
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2990483" class="shortcut">Top</a>
42
 
                  &#160;|&#160;
43
 
                  <a href="#id3018274" class="shortcut">Description</a>
44
 
                  &#160;|&#160;
45
 
                  <a href="#id3018205" class="shortcut">Object Hierarchy</a>
46
 
                  &#160;|&#160;
47
 
                  <a href="#id3018230" class="shortcut">Prerequisites</a>
48
 
                  &#160;|&#160;
49
 
                  <a href="#id3018252" class="shortcut">Known Implementations</a></nobr></td></tr>
 
41
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3029706" class="shortcut">Top</a>
 
42
                  &#160;|&#160;
 
43
                  <a href="#id3112386" class="shortcut">Description</a>
 
44
                  &#160;|&#160;
 
45
                  <a href="#id3112318" class="shortcut">Object Hierarchy</a>
 
46
                  &#160;|&#160;
 
47
                  <a href="#id3112342" class="shortcut">Prerequisites</a>
 
48
                  &#160;|&#160;
 
49
                  <a href="#id3112364" class="shortcut">Known Implementations</a></nobr></td></tr>
50
50
</table>
51
51
<div class="refentry" lang="en">
52
52
<a name="GAppInfo"></a><div class="titlepage"></div>
53
53
<div class="refnamediv"><table width="100%"><tr>
54
54
<td valign="top">
55
55
<h2>
56
 
<a name="id2990483"></a><span class="refentrytitle">GAppInfo</span>
 
56
<a name="id3029706"></a><span class="refentrytitle">GAppInfo</span>
57
57
</h2>
58
58
<p>GAppInfo &#8212; Application information and launch contexts</p>
59
59
</td>
178
178
</pre>
179
179
</div>
180
180
<div class="refsect1" lang="en">
181
 
<a name="id3018205"></a><h2>Object Hierarchy</h2>
 
181
<a name="id3112318"></a><h2>Object Hierarchy</h2>
182
182
<pre class="synopsis">
183
183
 
184
184
  GInterface
186
186
</pre>
187
187
</div>
188
188
<div class="refsect1" lang="en">
189
 
<a name="id3018230"></a><h2>Prerequisites</h2>
 
189
<a name="id3112342"></a><h2>Prerequisites</h2>
190
190
<p>
191
191
GAppInfo requires
192
192
 <a
194
194
>GObject</a>.</p>
195
195
</div>
196
196
<div class="refsect1" lang="en">
197
 
<a name="id3018252"></a><h2>Known Implementations</h2>
 
197
<a name="id3112364"></a><h2>Known Implementations</h2>
198
198
<p>
199
199
GAppInfo is implemented by
200
200
 <a class="link" href="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo">GDesktopAppInfo</a>.</p>
201
201
</div>
202
202
<div class="refsect1" lang="en">
203
 
<a name="id3018274"></a><h2>Description</h2>
 
203
<a name="id3112386"></a><h2>Description</h2>
204
204
<p>
205
205
<a class="link" href="GAppInfo.html" title="GAppInfo"><span class="type">GAppInfo</span></a> and <a class="link" href="GAppInfo.html#GAppLaunchContext"><span class="type">GAppLaunchContext</span></a> are used for describing and launching 
206
206
applications installed on the system.</p>
209
209
</p>
210
210
</div>
211
211
<div class="refsect1" lang="en">
212
 
<a name="id3018309"></a><h2>Details</h2>
 
212
<a name="id3112421"></a><h2>Details</h2>
213
213
<div class="refsect2" lang="en">
214
 
<a name="id3018319"></a><h3>
 
214
<a name="id3112432"></a><h3>
215
215
<a name="GAppInfoCreateFlags"></a>enum GAppInfoCreateFlags</h3>
216
 
<a class="indexterm" name="id3018332"></a><pre class="programlisting">typedef enum {
 
216
<a class="indexterm" name="id3112444"></a><pre class="programlisting">typedef enum {
217
217
  G_APP_INFO_CREATE_NONE = 0,           /*&lt; nick=none &gt;*/
218
218
  G_APP_INFO_CREATE_NEEDS_TERMINAL = (1&lt;&lt;0)   /*&lt; nick=needs-terminal &gt;*/
219
219
} GAppInfoCreateFlags;
241
241
</div>
242
242
<hr>
243
243
<div class="refsect2" lang="en">
244
 
<a name="id3018407"></a><h3>
 
244
<a name="id3112521"></a><h3>
245
245
<a name="GAppInfo-struct"></a>GAppInfo</h3>
246
 
<a class="indexterm" name="id3018420"></a><pre class="programlisting">typedef struct _GAppInfo GAppInfo;</pre>
 
246
<a class="indexterm" name="id3112534"></a><pre class="programlisting">typedef struct _GAppInfo GAppInfo;</pre>
247
247
<p>
248
248
Information about an installed application and methods to launch
249
249
it (with file arguments).</p>
253
253
</div>
254
254
<hr>
255
255
<div class="refsect2" lang="en">
256
 
<a name="id3018441"></a><h3>
 
256
<a name="id3112554"></a><h3>
257
257
<a name="GAppInfoIface"></a>GAppInfoIface</h3>
258
 
<a class="indexterm" name="id3018453"></a><pre class="programlisting">typedef struct {
 
258
<a class="indexterm" name="id3112567"></a><pre class="programlisting">typedef struct {
259
259
  GTypeInterface g_iface;
260
260
 
261
261
  /* Virtual Table */
403
403
</div>
404
404
<hr>
405
405
<div class="refsect2" lang="en">
406
 
<a name="id3018891"></a><h3>
 
406
<a name="id3113005"></a><h3>
407
407
<a name="GAppLaunchContext"></a>GAppLaunchContext</h3>
408
 
<a class="indexterm" name="id3018904"></a><pre class="programlisting">typedef struct {
 
408
<a class="indexterm" name="id3113018"></a><pre class="programlisting">typedef struct {
409
409
  GObject parent_instance;
410
410
} GAppLaunchContext;
411
411
</pre>
429
429
</div>
430
430
<hr>
431
431
<div class="refsect2" lang="en">
432
 
<a name="id3018952"></a><h3>
 
432
<a name="id3113066"></a><h3>
433
433
<a name="g-app-info-create-from-commandline"></a>g_app_info_create_from_commandline ()</h3>
434
 
<a class="indexterm" name="id3018966"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_create_from_commandline  (const char *commandline,
 
434
<a class="indexterm" name="id3113080"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_create_from_commandline  (const char *commandline,
435
435
                                                         const char *application_name,
436
436
                                                         <a class="link" href="GAppInfo.html#GAppInfoCreateFlags">GAppInfoCreateFlags</a> flags,
437
437
                                                         <a
481
481
</div>
482
482
<hr>
483
483
<div class="refsect2" lang="en">
484
 
<a name="id3019145"></a><h3>
 
484
<a name="id3113259"></a><h3>
485
485
<a name="g-app-info-dup"></a>g_app_info_dup ()</h3>
486
 
<a class="indexterm" name="id3019158"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_dup                      (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
486
<a class="indexterm" name="id3113271"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_dup                      (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
487
487
<p>
488
488
Creates a duplicate of a <a class="link" href="GAppInfo.html" title="GAppInfo"><span class="type">GAppInfo</span></a>.</p>
489
489
<p>
507
507
</div>
508
508
<hr>
509
509
<div class="refsect2" lang="en">
510
 
<a name="id3019238"></a><h3>
 
510
<a name="id3113352"></a><h3>
511
511
<a name="g-app-info-equal"></a>g_app_info_equal ()</h3>
512
 
<a class="indexterm" name="id3019250"></a><pre class="programlisting"><a
 
512
<a class="indexterm" name="id3113364"></a><pre class="programlisting"><a
513
513
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
514
514
>gboolean</a>            g_app_info_equal                    (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo1,
515
515
                                                         <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo2);</pre>
545
545
</div>
546
546
<hr>
547
547
<div class="refsect2" lang="en">
548
 
<a name="id3019385"></a><h3>
 
548
<a name="id3113498"></a><h3>
549
549
<a name="g-app-info-get-id"></a>g_app_info_get_id ()</h3>
550
 
<a class="indexterm" name="id3019397"></a><pre class="programlisting">const char*         g_app_info_get_id                   (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
550
<a class="indexterm" name="id3113511"></a><pre class="programlisting">const char*         g_app_info_get_id                   (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
551
551
<p>
552
552
Gets the ID of an application. An id is a string that
553
553
identifies the application. The exact format of the id is
554
 
platform dependent. For instance on Unix this is the
 
554
platform dependent. For instance, on Unix this is the
555
555
desktop file id from the xdg menu specification.
556
556
</p>
557
557
<p>
580
580
</div>
581
581
<hr>
582
582
<div class="refsect2" lang="en">
583
 
<a name="id3019488"></a><h3>
 
583
<a name="id3113602"></a><h3>
584
584
<a name="g-app-info-get-name"></a>g_app_info_get_name ()</h3>
585
 
<a class="indexterm" name="id3019501"></a><pre class="programlisting">const char*         g_app_info_get_name                 (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
585
<a class="indexterm" name="id3113614"></a><pre class="programlisting">const char*         g_app_info_get_name                 (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
586
586
<p>
587
587
Gets the installed name of the application.</p>
588
588
<p>
606
606
</div>
607
607
<hr>
608
608
<div class="refsect2" lang="en">
609
 
<a name="id3019576"></a><h3>
 
609
<a name="id3113690"></a><h3>
610
610
<a name="g-app-info-get-description"></a>g_app_info_get_description ()</h3>
611
 
<a class="indexterm" name="id3019588"></a><pre class="programlisting">const char*         g_app_info_get_description          (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
611
<a class="indexterm" name="id3113702"></a><pre class="programlisting">const char*         g_app_info_get_description          (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
612
612
<p>
613
613
Gets a human-readable description of an installed application.</p>
614
614
<p>
635
635
</div>
636
636
<hr>
637
637
<div class="refsect2" lang="en">
638
 
<a name="id3019674"></a><h3>
 
638
<a name="id3113787"></a><h3>
639
639
<a name="g-app-info-get-executable"></a>g_app_info_get_executable ()</h3>
640
 
<a class="indexterm" name="id3019685"></a><pre class="programlisting">const char*         g_app_info_get_executable           (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
640
<a class="indexterm" name="id3113799"></a><pre class="programlisting">const char*         g_app_info_get_executable           (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
641
641
<p>
642
642
Gets the executable's name for the installed application.</p>
643
643
<p>
662
662
</div>
663
663
<hr>
664
664
<div class="refsect2" lang="en">
665
 
<a name="id3019761"></a><h3>
 
665
<a name="id3113874"></a><h3>
666
666
<a name="g-app-info-get-icon"></a>g_app_info_get_icon ()</h3>
667
 
<a class="indexterm" name="id3019773"></a><pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon">GIcon</a>*              g_app_info_get_icon                 (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
 
667
<a class="indexterm" name="id3113887"></a><pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon">GIcon</a>*              g_app_info_get_icon                 (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
668
668
<p>
669
669
Gets the icon for the application.</p>
670
670
<p>
688
688
</div>
689
689
<hr>
690
690
<div class="refsect2" lang="en">
691
 
<a name="id3019854"></a><h3>
 
691
<a name="id3113968"></a><h3>
692
692
<a name="g-app-info-launch"></a>g_app_info_launch ()</h3>
693
 
<a class="indexterm" name="id3019866"></a><pre class="programlisting"><a
 
693
<a class="indexterm" name="id3113980"></a><pre class="programlisting"><a
694
694
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
695
695
>gboolean</a>            g_app_info_launch                   (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
696
696
                                                         <a
703
703
<p>
704
704
Launches the application. Passes <em class="parameter"><code>files</code></em> to the launched application 
705
705
as arguments, using the optional <em class="parameter"><code>launch_context</code></em> to get information
706
 
about the details of the launcher (like what screen its is on).
 
706
about the details of the launcher (like what screen it is on).
707
707
On error, <em class="parameter"><code>error</code></em> will be set accordingly.
708
708
</p>
709
709
<p>
759
759
</div>
760
760
<hr>
761
761
<div class="refsect2" lang="en">
762
 
<a name="id3020091"></a><h3>
 
762
<a name="id3114205"></a><h3>
763
763
<a name="g-app-info-supports-files"></a>g_app_info_supports_files ()</h3>
764
 
<a class="indexterm" name="id3020103"></a><pre class="programlisting"><a
 
764
<a class="indexterm" name="id3114217"></a><pre class="programlisting"><a
765
765
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
766
766
>gboolean</a>            g_app_info_supports_files           (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
767
767
<p>
789
789
</div>
790
790
<hr>
791
791
<div class="refsect2" lang="en">
792
 
<a name="id3020187"></a><h3>
 
792
<a name="id3114300"></a><h3>
793
793
<a name="g-app-info-supports-uris"></a>g_app_info_supports_uris ()</h3>
794
 
<a class="indexterm" name="id3020198"></a><pre class="programlisting"><a
 
794
<a class="indexterm" name="id3114312"></a><pre class="programlisting"><a
795
795
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
796
796
>gboolean</a>            g_app_info_supports_uris            (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
797
797
<p>
819
819
</div>
820
820
<hr>
821
821
<div class="refsect2" lang="en">
822
 
<a name="id3023945"></a><h3>
 
822
<a name="id3117914"></a><h3>
823
823
<a name="g-app-info-launch-uris"></a>g_app_info_launch_uris ()</h3>
824
 
<a class="indexterm" name="id3023955"></a><pre class="programlisting"><a
 
824
<a class="indexterm" name="id3117924"></a><pre class="programlisting"><a
825
825
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
826
826
>gboolean</a>            g_app_info_launch_uris              (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
827
827
                                                         <a
834
834
<p>
835
835
Launches the application. Passes <em class="parameter"><code>uris</code></em> to the launched application 
836
836
as arguments, using the optional <em class="parameter"><code>launch_context</code></em> to get information
837
 
about the details of the launcher (like what screen its is on).
 
837
about the details of the launcher (like what screen it is on).
838
838
On error, <em class="parameter"><code>error</code></em> will be set accordingly.
839
839
</p>
840
840
<p>
890
890
</div>
891
891
<hr>
892
892
<div class="refsect2" lang="en">
893
 
<a name="id3024151"></a><h3>
 
893
<a name="id3118120"></a><h3>
894
894
<a name="g-app-info-should-show"></a>g_app_info_should_show ()</h3>
895
 
<a class="indexterm" name="id3024162"></a><pre class="programlisting"><a
 
895
<a class="indexterm" name="id3118130"></a><pre class="programlisting"><a
896
896
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
897
897
>gboolean</a>            g_app_info_should_show              (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
898
898
<p>
923
923
</div>
924
924
<hr>
925
925
<div class="refsect2" lang="en">
926
 
<a name="id3024245"></a><h3>
 
926
<a name="id3118214"></a><h3>
927
927
<a name="g-app-info-set-as-default-for-type"></a>g_app_info_set_as_default_for_type ()</h3>
928
 
<a class="indexterm" name="id3024258"></a><pre class="programlisting"><a
 
928
<a class="indexterm" name="id3118227"></a><pre class="programlisting"><a
929
929
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
930
930
>gboolean</a>            g_app_info_set_as_default_for_type  (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
931
931
                                                         const char *content_type,
971
971
</div>
972
972
<hr>
973
973
<div class="refsect2" lang="en">
974
 
<a name="id3024380"></a><h3>
 
974
<a name="id3118349"></a><h3>
975
975
<a name="g-app-info-set-as-default-for-extension"></a>g_app_info_set_as_default_for_extension ()</h3>
976
 
<a class="indexterm" name="id3024393"></a><pre class="programlisting"><a
 
976
<a class="indexterm" name="id3118362"></a><pre class="programlisting"><a
977
977
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
978
978
>gboolean</a>            g_app_info_set_as_default_for_extension
979
979
                                                        (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
1020
1020
</div>
1021
1021
<hr>
1022
1022
<div class="refsect2" lang="en">
1023
 
<a name="id3024518"></a><h3>
 
1023
<a name="id3118487"></a><h3>
1024
1024
<a name="g-app-info-add-supports-type"></a>g_app_info_add_supports_type ()</h3>
1025
 
<a class="indexterm" name="id3024530"></a><pre class="programlisting"><a
 
1025
<a class="indexterm" name="id3118499"></a><pre class="programlisting"><a
1026
1026
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1027
1027
>gboolean</a>            g_app_info_add_supports_type        (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
1028
1028
                                                         const char *content_type,
1069
1069
</div>
1070
1070
<hr>
1071
1071
<div class="refsect2" lang="en">
1072
 
<a name="id3024654"></a><h3>
 
1072
<a name="id3118623"></a><h3>
1073
1073
<a name="g-app-info-can-remove-supports-type"></a>g_app_info_can_remove_supports_type ()</h3>
1074
 
<a class="indexterm" name="id3024668"></a><pre class="programlisting"><a
 
1074
<a class="indexterm" name="id3118636"></a><pre class="programlisting"><a
1075
1075
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1076
1076
>gboolean</a>            g_app_info_can_remove_supports_type (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo);</pre>
1077
1077
<p>
1102
1102
</div>
1103
1103
<hr>
1104
1104
<div class="refsect2" lang="en">
1105
 
<a name="id3024752"></a><h3>
 
1105
<a name="id3118721"></a><h3>
1106
1106
<a name="g-app-info-remove-supports-type"></a>g_app_info_remove_supports_type ()</h3>
1107
 
<a class="indexterm" name="id3024764"></a><pre class="programlisting"><a
 
1107
<a class="indexterm" name="id3118733"></a><pre class="programlisting"><a
1108
1108
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1109
1109
>gboolean</a>            g_app_info_remove_supports_type     (<a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *appinfo,
1110
1110
                                                         const char *content_type,
1150
1150
</div>
1151
1151
<hr>
1152
1152
<div class="refsect2" lang="en">
1153
 
<a name="id3024887"></a><h3>
 
1153
<a name="id3118856"></a><h3>
1154
1154
<a name="g-app-info-get-all"></a>g_app_info_get_all ()</h3>
1155
 
<a class="indexterm" name="id3024897"></a><pre class="programlisting"><a
 
1155
<a class="indexterm" name="id3118866"></a><pre class="programlisting"><a
1156
1156
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1157
1157
>GList</a>*              g_app_info_get_all                  (void);</pre>
1158
1158
<p>
1182
1182
</div>
1183
1183
<hr>
1184
1184
<div class="refsect2" lang="en">
1185
 
<a name="id3024984"></a><h3>
 
1185
<a name="id3118952"></a><h3>
1186
1186
<a name="g-app-info-get-all-for-type"></a>g_app_info_get_all_for_type ()</h3>
1187
 
<a class="indexterm" name="id3024995"></a><pre class="programlisting"><a
 
1187
<a class="indexterm" name="id3118963"></a><pre class="programlisting"><a
1188
1188
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1189
1189
>GList</a>*              g_app_info_get_all_for_type         (const char *content_type);</pre>
1190
1190
<p>
1215
1215
</div>
1216
1216
<hr>
1217
1217
<div class="refsect2" lang="en">
1218
 
<a name="id3025088"></a><h3>
 
1218
<a name="id3119057"></a><h3>
1219
1219
<a name="g-app-info-get-default-for-type"></a>g_app_info_get_default_for_type ()</h3>
1220
 
<a class="indexterm" name="id3025100"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_get_default_for_type     (const char *content_type,
 
1220
<a class="indexterm" name="id3119069"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_get_default_for_type     (const char *content_type,
1221
1221
                                                         <a
1222
1222
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1223
1223
>gboolean</a> must_support_uris);</pre>
1254
1254
</div>
1255
1255
<hr>
1256
1256
<div class="refsect2" lang="en">
1257
 
<a name="id3025223"></a><h3>
 
1257
<a name="id3119192"></a><h3>
1258
1258
<a name="g-app-info-get-default-for-uri-scheme"></a>g_app_info_get_default_for_uri_scheme ()</h3>
1259
 
<a class="indexterm" name="id3025236"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_get_default_for_uri_scheme
 
1259
<a class="indexterm" name="id3119204"></a><pre class="programlisting"><a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a>*           g_app_info_get_default_for_uri_scheme
1260
1260
                                                        (const char *uri_scheme);</pre>
1261
1261
<p>
1262
1262
Gets the default application for launching applications 
1287
1287
</div>
1288
1288
<hr>
1289
1289
<div class="refsect2" lang="en">
1290
 
<a name="id3025305"></a><h3>
 
1290
<a name="id3119274"></a><h3>
1291
1291
<a name="g-app-launch-context-get-display"></a>g_app_launch_context_get_display ()</h3>
1292
 
<a class="indexterm" name="id3025318"></a><pre class="programlisting">char*               g_app_launch_context_get_display    (<a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a> *context,
 
1292
<a class="indexterm" name="id3119287"></a><pre class="programlisting">char*               g_app_launch_context_get_display    (<a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a> *context,
1293
1293
                                                         <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *info,
1294
1294
                                                         <a
1295
1295
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1331
1331
</div>
1332
1332
<hr>
1333
1333
<div class="refsect2" lang="en">
1334
 
<a name="id3025432"></a><h3>
 
1334
<a name="id3119401"></a><h3>
1335
1335
<a name="g-app-launch-context-get-startup-notify-id"></a>g_app_launch_context_get_startup_notify_id ()</h3>
1336
 
<a class="indexterm" name="id3025446"></a><pre class="programlisting">char*               g_app_launch_context_get_startup_notify_id
 
1336
<a class="indexterm" name="id3119415"></a><pre class="programlisting">char*               g_app_launch_context_get_startup_notify_id
1337
1337
                                                        (<a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a> *context,
1338
1338
                                                         <a class="link" href="GAppInfo.html" title="GAppInfo">GAppInfo</a> *info,
1339
1339
                                                         <a
1383
1383
</div>
1384
1384
<hr>
1385
1385
<div class="refsect2" lang="en">
1386
 
<a name="id3025580"></a><h3>
 
1386
<a name="id3119549"></a><h3>
1387
1387
<a name="g-app-launch-context-launch-failed"></a>g_app_launch_context_launch_failed ()</h3>
1388
 
<a class="indexterm" name="id3025593"></a><pre class="programlisting">void                g_app_launch_context_launch_failed  (<a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a> *context,
 
1388
<a class="indexterm" name="id3119562"></a><pre class="programlisting">void                g_app_launch_context_launch_failed  (<a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a> *context,
1389
1389
                                                         const char *startup_notify_id);</pre>
1390
1390
<p>
1391
1391
Called when an application has failed to launch, so that it can cancel
1411
1411
</div>
1412
1412
<hr>
1413
1413
<div class="refsect2" lang="en">
1414
 
<a name="id3025686"></a><h3>
 
1414
<a name="id3119654"></a><h3>
1415
1415
<a name="g-app-launch-context-new"></a>g_app_launch_context_new ()</h3>
1416
 
<a class="indexterm" name="id3025696"></a><pre class="programlisting"><a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a>*  g_app_launch_context_new            (void);</pre>
 
1416
<a class="indexterm" name="id3119665"></a><pre class="programlisting"><a class="link" href="GAppInfo.html#GAppLaunchContext">GAppLaunchContext</a>*  g_app_launch_context_new            (void);</pre>
1417
1417
<p>
1418
1418
Creates a new application launch context. This is not normally used,
1419
1419
instead you instantiate a subclass of this, such as <span class="type">GdkAppLaunchContext</span>.</p>
1431
1431
</div>
1432
1432
</div>
1433
1433
<div class="refsect1" lang="en">
1434
 
<a name="id3025747"></a><div class="refsect2" lang="en"><a name="id3025748"></a></div>
 
1434
<a name="id3119716"></a><div class="refsect2" lang="en"><a name="id3119717"></a></div>
1435
1435
<hr>
1436
 
<div class="refsect2" lang="en"><a name="id3025750"></a></div>
 
1436
<div class="refsect2" lang="en"><a name="id3119718"></a></div>
1437
1437
</div>
1438
1438
</div>
1439
1439
</body>