File: classGtk_1_1RecentManager.html

package info (click to toggle)
gtkmm2.4 1%3A2.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 97,528 kB
  • ctags: 33,749
  • sloc: xml: 121,487; cpp: 17,100; sh: 8,982; makefile: 1,150; perl: 161
file content (881 lines) | stat: -rw-r--r-- 61,687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: Gtk::RecentManager Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
  <a href="group__Widgets.html">Widgets</a> &nbsp;
  <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
  <a href="../../tutorial/html/index.html"> Book</a> &nbsp;
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a></div>
<h1>Gtk::RecentManager Class Reference<br>
<small>
[<a class="el" href="group__RecentFiles.html">RecentFiles</a>]</small>
</h1><!-- doxytag: class="Gtk::RecentManager" --><!-- doxytag: inherits="Glib::Object" -->Inheritance diagram for Gtk::RecentManager:<p><center><img src="classGtk_1_1RecentManager__inherit__graph.png" border="0" usemap="#Gtk_1_1RecentManager__inherit__map" alt="Inheritance graph"></center>
<map name="Gtk_1_1RecentManager__inherit__map">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1Object.html" shape="rect" coords="35,161,128,188" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html" shape="rect" coords="19,84,144,111" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classsigc_1_1trackable.html" shape="rect" coords="25,7,137,33" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGtk_1_1RecentManager-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a> provides a facility for adding, removing and looking up recently used files. 
<p>
Each recently used file is identified by its URI, and has meta-data associated to it, like the names and command lines of the applications that have registered it, the number of time each application has registered the same file, the mime type of the file and whether the file should be displayed only by the applications that have registered it.<p>
The <a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a> acts like a database of all the recently used files. You can create new <a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a> objects, but it is more efficient to use the standard recent manager for the <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a> so that informations about the recently used files is shared with other people using them. Normally, you retrieve the recent manager for a particular screen using <a class="el" href="classGtk_1_1RecentManager.html#81b039c87fce47b0420779173bba8758">get_for_screen()</a> and it will contain information about current recent manager for that screen.<p>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000323">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html">Glib::ListHandle</a>&lt;<br>
 <a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>, RecentInfoTraits &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#cd4f16662431a3529023e2b5613ce6c0">ListHandle_RecentInfos</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef sigc::slot&lt;void&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#377901b12ae77569e78e58a338ffdf9b">SlotChanged</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">For instance, void <a class="el" href="classGtk_1_1RecentManager.html#ba88dad9d1c648b47c01954a23b887e7">on_changed()</a>;.  <a href="#377901b12ae77569e78e58a338ffdf9b"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#6ed8039a13e90ad09a36d7214798b87d">add_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri, const <a class="el" href="classGtk_1_1RecentManager_1_1Data.html">Data</a>&amp; recent_data)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a new resource into the recently used resources list, taking meta data from the given <a class="el" href="classGtk_1_1RecentManager_1_1Data.html">Data</a> instead of guessing it from the URI.  <a href="#6ed8039a13e90ad09a36d7214798b87d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#40399f4843c5ab7ab83736a7be08eb36">add_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a new resource, pointed by <em>uri</em> , into the recently used resources list.  <a href="#40399f4843c5ab7ab83736a7be08eb36"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html">ListHandle_RecentInfos</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#bf461832ae7ff244fe0b2f470730db4f">get_items</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the list of recently used resources.  <a href="#bf461832ae7ff244fe0b2f470730db4f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#76a78e31a794813c2800a02670ffefe2">get_limit</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the maximum number of items that the <a class="el" href="classGtk_1_1RecentManager.html#bf461832ae7ff244fe0b2f470730db4f">get_items()</a> function should return.  <a href="#76a78e31a794813c2800a02670ffefe2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const GtkRecentManager*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#b8efc5964e97add256c6545f39c85936">gobj</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Provides access to the underlying C GObject.  <a href="#b8efc5964e97add256c6545f39c85936"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GtkRecentManager*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#eb3fee7edcf9f2a35f9bba6a5c05bc29">gobj</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Provides access to the underlying C GObject.  <a href="#eb3fee7edcf9f2a35f9bba6a5c05bc29"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GtkRecentManager*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#590150f439560f351bdbbe7e4e085327">gobj_copy</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.  <a href="#590150f439560f351bdbbe7e4e085327"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#761d1edfc1cc0babc2d791f751a92577">has_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri) const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Checks whether there is a recently used resource registered with <em>uri</em> inside the recent manager.  <a href="#761d1edfc1cc0babc2d791f751a92577"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const <a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#a3bbb2224f474bf539c23fa59ed03525">lookup_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri) const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Searches for a URI inside the recently used resources list, and Return value: a <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information.  <a href="#a3bbb2224f474bf539c23fa59ed03525"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#06657f84ccee0963bcff22db6be29d73">lookup_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Searches for a URI inside the recently used resources list, and Return value: a <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information.  <a href="#06657f84ccee0963bcff22db6be29d73"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#37908dbe8d829d473e3399691c29ca1a">move_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri, const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; new_uri)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Changes the location of a recently used resource from <em>uri</em> to <em>new_uri</em> .  <a href="#37908dbe8d829d473e3399691c29ca1a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<br>
 <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#1fa1b173f82be06496066aada2de8486">property_filename</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The full path to the file to be used to store and read the list.  <a href="#1fa1b173f82be06496066aada2de8486"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<br>
 int &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#85e03ddd9de23e550bc0c4bb4666c561">property_limit</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The maximum number of items to be returned by gtk_recent_manager_get_items().  <a href="#85e03ddd9de23e550bc0c4bb4666c561"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;int&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#bd6cbdff1d2ff2cff356fc79ea40ec78">property_limit</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The maximum number of items to be returned by gtk_recent_manager_get_items().  <a href="#bd6cbdff1d2ff2cff356fc79ea40ec78"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<br>
 int &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#296641bf37cda6cd2e446f5d6db3fe7d">property_size</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The size of the recently used resources list.  <a href="#296641bf37cda6cd2e446f5d6db3fe7d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#a393d1be0690fa74313a7e4f51fc3860">purge_items</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Purges every item from the recently used resources list.  <a href="#a393d1be0690fa74313a7e4f51fc3860"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#706bd39925f209dc38fcb5465348ca1c">remove_item</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&amp; uri)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes a resource pointed by <em>uri</em> from the recently used resources list handled by a recent manager.  <a href="#706bd39925f209dc38fcb5465348ca1c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#dd407400f426329a9ccfacb5a6518383">set_limit</a> (int limit)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the maximum number of item that the <a class="el" href="classGtk_1_1RecentManager.html#bf461832ae7ff244fe0b2f470730db4f">get_items()</a> function should return.  <a href="#dd407400f426329a9ccfacb5a6518383"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#c92caed68ef92bb9b0a0fc60b0ec1d50">set_screen</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>&gt;&amp; screen)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the screen for a recent manager; the screen is used to track the user's currently configured recently used documents storage.  <a href="#c92caed68ef92bb9b0a0fc60b0ec1d50"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a>&lt;void&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#b46f1342bfecde9fbc4dca35d20f7e88">signal_changed</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The "changed" signal is emitted when an item in the recently used resources list is changed.  <a href="#b46f1342bfecde9fbc4dca35d20f7e88"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#ddd2d3c11fc24fa92a8f0510f84698ab">~RecentManager</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#5fa470d8dc5f71d5a51faeba82ea8980">create</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#6147eea0bc983c8f84cf9b0657280412">get_default</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets a unique instance of <a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a>, that you can share in your application without caring about memory management.  <a href="#6147eea0bc983c8f84cf9b0657280412"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#81b039c87fce47b0420779173bba8758">get_for_screen</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>&gt;&amp; screen)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the recent manager object associated with <em>screen</em> ; if this function has not previously been called for the given screen, a new recent manager object will be created and associated with the screen.  <a href="#81b039c87fce47b0420779173bba8758"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#ba88dad9d1c648b47c01954a23b887e7">on_changed</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#b43690a69bb1ba69c8ea9744a93d9065">RecentManager</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Related Functions</h2></td></tr>
<tr><td colspan="2">(Note that these are not member functions.) <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a>&gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager.html#5f2ae744f762ca72e98c45e981ae8584">wrap</a> (GtkRecentManager* object, bool take_copy=false)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object.  <a href="#5f2ae744f762ca72e98c45e981ae8584"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RecentManager_1_1Data.html">Data</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Meta-data passed to <a class="el" href="classGtk_1_1RecentManager.html#40399f4843c5ab7ab83736a7be08eb36">add_item()</a>.  <a href="classGtk_1_1RecentManager_1_1Data.html#_details">More...</a><br></td></tr>
</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="cd4f16662431a3529023e2b5613ce6c0"></a><!-- doxytag: member="Gtk::RecentManager::ListHandle_RecentInfos" ref="cd4f16662431a3529023e2b5613ce6c0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html">Glib::ListHandle</a>&lt;<a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>, RecentInfoTraits&gt; <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html">Gtk::RecentManager::ListHandle_RecentInfos</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="377901b12ae77569e78e58a338ffdf9b"></a><!-- doxytag: member="Gtk::RecentManager::SlotChanged" ref="377901b12ae77569e78e58a338ffdf9b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef sigc::slot&lt;void&gt; <a class="el" href="classGtk_1_1RecentManager.html#377901b12ae77569e78e58a338ffdf9b">Gtk::RecentManager::SlotChanged</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
For instance, void <a class="el" href="classGtk_1_1RecentManager.html#ba88dad9d1c648b47c01954a23b887e7">on_changed()</a>;. 
<p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="ddd2d3c11fc24fa92a8f0510f84698ab"></a><!-- doxytag: member="Gtk::RecentManager::~RecentManager" ref="ddd2d3c11fc24fa92a8f0510f84698ab" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::RecentManager::~RecentManager           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="b43690a69bb1ba69c8ea9744a93d9065"></a><!-- doxytag: member="Gtk::RecentManager::RecentManager" ref="b43690a69bb1ba69c8ea9744a93d9065" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::RecentManager::RecentManager           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="6ed8039a13e90ad09a36d7214798b87d"></a><!-- doxytag: member="Gtk::RecentManager::add_item" ref="6ed8039a13e90ad09a36d7214798b87d" args="(const Glib::ustring &amp;uri, const Data &amp;recent_data)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::RecentManager::add_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classGtk_1_1RecentManager_1_1Data.html">Data</a>&amp;&nbsp;</td>
          <td class="paramname"> <em>recent_data</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Adds a new resource into the recently used resources list, taking meta data from the given <a class="el" href="classGtk_1_1RecentManager_1_1Data.html">Data</a> instead of guessing it from the URI. 
<p>

</div>
</div><p>
<a class="anchor" name="40399f4843c5ab7ab83736a7be08eb36"></a><!-- doxytag: member="Gtk::RecentManager::add_item" ref="40399f4843c5ab7ab83736a7be08eb36" args="(const Glib::ustring &amp;uri)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::RecentManager::add_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Adds a new resource, pointed by <em>uri</em> , into the recently used resources list. 
<p>
This function automatically retrieving some of the needed metadata and setting other metadata to common default values; it then feeds the data to add_full().<p>
See add_full() if you want to explicitely define the metadata for the resource pointed by <em>uri</em> . <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>A valid URI. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if the new item was successfully added to the recently used resources list</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000327">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="5fa470d8dc5f71d5a51faeba82ea8980"></a><!-- doxytag: member="Gtk::RecentManager::create" ref="5fa470d8dc5f71d5a51faeba82ea8980" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt; Gtk::RecentManager::create           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="6147eea0bc983c8f84cf9b0657280412"></a><!-- doxytag: member="Gtk::RecentManager::get_default" ref="6147eea0bc983c8f84cf9b0657280412" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt; Gtk::RecentManager::get_default           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Gets a unique instance of <a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a>, that you can share in your application without caring about memory management. 
<p>
The returned instance will be freed when you application terminates. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A unique <a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a>. Do not ref or unref it.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000324">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="81b039c87fce47b0420779173bba8758"></a><!-- doxytag: member="Gtk::RecentManager::get_for_screen" ref="81b039c87fce47b0420779173bba8758" args="(const Glib::RefPtr&lt; Gdk::Screen &gt; &amp;screen)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">RecentManager</a>&gt; Gtk::RecentManager::get_for_screen           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>&gt;&amp;&nbsp;</td>
          <td class="paramname"> <em>screen</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Gets the recent manager object associated with <em>screen</em> ; if this function has not previously been called for the given screen, a new recent manager object will be created and associated with the screen. 
<p>
Recent manager objects are fairly expensive to create, so using this function is usually a better choice than calling new() and setting the screen yourself; by using this function a single recent manager object will be shared between users. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>screen</em>&nbsp;</td><td>A <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A unique <a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a> associated with the given screen. This recent manager is associated to the with the screen and can be used as long as the screen is open. Do not ref or unref it.</dd></dl>
Deprecated: 2.12: This function has been deprecated and should not be used in newly written code. Calling this function is equivalent to calling <a class="el" href="classGtk_1_1RecentManager.html#6147eea0bc983c8f84cf9b0657280412">get_default()</a>.<p>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000325">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="bf461832ae7ff244fe0b2f470730db4f"></a><!-- doxytag: member="Gtk::RecentManager::get_items" ref="bf461832ae7ff244fe0b2f470730db4f" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html">ListHandle_RecentInfos</a> Gtk::RecentManager::get_items           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Gets the list of recently used resources. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A list of newly allocated <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> objects. Use gtk_recent_info_unref() on each item inside the list, and then free the list itself using Glib::list_free().</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000335">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="76a78e31a794813c2800a02670ffefe2"></a><!-- doxytag: member="Gtk::RecentManager::get_limit" ref="76a78e31a794813c2800a02670ffefe2" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Gtk::RecentManager::get_limit           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Gets the maximum number of items that the <a class="el" href="classGtk_1_1RecentManager.html#bf461832ae7ff244fe0b2f470730db4f">get_items()</a> function should return. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>The number of items to return, or -1 for every item.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000334">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="b8efc5964e97add256c6545f39c85936"></a><!-- doxytag: member="Gtk::RecentManager::gobj" ref="b8efc5964e97add256c6545f39c85936" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const GtkRecentManager* Gtk::RecentManager::gobj           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Provides access to the underlying C GObject. 
<p>

<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#2b7010748d60e770e9e0b3d65c100cf2">Glib::ObjectBase</a>.
</div>
</div><p>
<a class="anchor" name="eb3fee7edcf9f2a35f9bba6a5c05bc29"></a><!-- doxytag: member="Gtk::RecentManager::gobj" ref="eb3fee7edcf9f2a35f9bba6a5c05bc29" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkRecentManager* Gtk::RecentManager::gobj           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Provides access to the underlying C GObject. 
<p>

<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#4c6efc18be8cb9c56e58fc0bd20fafbe">Glib::ObjectBase</a>.
</div>
</div><p>
<a class="anchor" name="590150f439560f351bdbbe7e4e085327"></a><!-- doxytag: member="Gtk::RecentManager::gobj_copy" ref="590150f439560f351bdbbe7e4e085327" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkRecentManager* Gtk::RecentManager::gobj_copy           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. 
<p>

</div>
</div><p>
<a class="anchor" name="761d1edfc1cc0babc2d791f751a92577"></a><!-- doxytag: member="Gtk::RecentManager::has_item" ref="761d1edfc1cc0babc2d791f751a92577" args="(const Glib::ustring &amp;uri) const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::RecentManager::has_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Checks whether there is a recently used resource registered with <em>uri</em> inside the recent manager. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>A URI. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if the resource was found, <code>false</code> otherwise.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000331">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="a3bbb2224f474bf539c23fa59ed03525"></a><!-- doxytag: member="Gtk::RecentManager::lookup_item" ref="a3bbb2224f474bf539c23fa59ed03525" args="(const Glib::ustring &amp;uri) const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const <a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>&gt; Gtk::RecentManager::lookup_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Searches for a URI inside the recently used resources list, and Return value: a <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>A URI. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>error</em>&nbsp;</td><td>A return location for a <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/group__Markup.html#gg7d0403c76601e7d3ba4641737e094e77">G::Error</a>, or <code>0</code>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information about the resource pointed by <em>uri</em> , or <code>0</code> if the URI was not registered in the recently used resources list. Free with gtk_recent_info_unref().</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000330">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="06657f84ccee0963bcff22db6be29d73"></a><!-- doxytag: member="Gtk::RecentManager::lookup_item" ref="06657f84ccee0963bcff22db6be29d73" args="(const Glib::ustring &amp;uri)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentInfo.html">RecentInfo</a>&gt; Gtk::RecentManager::lookup_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Searches for a URI inside the recently used resources list, and Return value: a <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>A URI. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>error</em>&nbsp;</td><td>A return location for a <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/group__Markup.html#gg7d0403c76601e7d3ba4641737e094e77">G::Error</a>, or <code>0</code>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1RecentInfo.html">Gtk::RecentInfo</a> structure containing information about the resource pointed by <em>uri</em> , or <code>0</code> if the URI was not registered in the recently used resources list. Free with gtk_recent_info_unref().</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000329">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="37908dbe8d829d473e3399691c29ca1a"></a><!-- doxytag: member="Gtk::RecentManager::move_item" ref="37908dbe8d829d473e3399691c29ca1a" args="(const Glib::ustring &amp;uri, const Glib::ustring &amp;new_uri)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::RecentManager::move_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>new_uri</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Changes the location of a recently used resource from <em>uri</em> to <em>new_uri</em> . 
<p>
Please note that this function will not affect the resource pointed by the URIs, but only the URI used in the recently used resources list. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>The URI of a recently used resource. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>new_uri</em>&nbsp;</td><td>The new URI of the recently used resource, or <code>0</code> to remove the item pointed by <em>uri</em> in the list. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>error</em>&nbsp;</td><td>A return location for a <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/group__Markup.html#gg7d0403c76601e7d3ba4641737e094e77">G::Error</a>, or <code>0</code>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> on success.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000332">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="ba88dad9d1c648b47c01954a23b887e7"></a><!-- doxytag: member="Gtk::RecentManager::on_changed" ref="ba88dad9d1c648b47c01954a23b887e7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void Gtk::RecentManager::on_changed           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="1fa1b173f82be06496066aada2de8486"></a><!-- doxytag: member="Gtk::RecentManager::property_filename" ref="1fa1b173f82be06496066aada2de8486" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;<a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&gt; Gtk::RecentManager::property_filename           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The full path to the file to be used to store and read the list. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div><p>
<a class="anchor" name="85e03ddd9de23e550bc0c4bb4666c561"></a><!-- doxytag: member="Gtk::RecentManager::property_limit" ref="85e03ddd9de23e550bc0c4bb4666c561" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;int&gt; Gtk::RecentManager::property_limit           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The maximum number of items to be returned by gtk_recent_manager_get_items(). 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div><p>
<a class="anchor" name="bd6cbdff1d2ff2cff356fc79ea40ec78"></a><!-- doxytag: member="Gtk::RecentManager::property_limit" ref="bd6cbdff1d2ff2cff356fc79ea40ec78" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;int&gt; Gtk::RecentManager::property_limit           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The maximum number of items to be returned by gtk_recent_manager_get_items(). 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div><p>
<a class="anchor" name="296641bf37cda6cd2e446f5d6db3fe7d"></a><!-- doxytag: member="Gtk::RecentManager::property_size" ref="296641bf37cda6cd2e446f5d6db3fe7d" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;int&gt; Gtk::RecentManager::property_size           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The size of the recently used resources list. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div><p>
<a class="anchor" name="a393d1be0690fa74313a7e4f51fc3860"></a><!-- doxytag: member="Gtk::RecentManager::purge_items" ref="a393d1be0690fa74313a7e4f51fc3860" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Gtk::RecentManager::purge_items           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Purges every item from the recently used resources list. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>error</em>&nbsp;</td><td>A return location for a <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/group__Markup.html#gg7d0403c76601e7d3ba4641737e094e77">G::Error</a>, or <code>0</code>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>The number of items that have been removed from the recently used resources list.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000336">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="706bd39925f209dc38fcb5465348ca1c"></a><!-- doxytag: member="Gtk::RecentManager::remove_item" ref="706bd39925f209dc38fcb5465348ca1c" args="(const Glib::ustring &amp;uri)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::RecentManager::remove_item           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>uri</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Removes a resource pointed by <em>uri</em> from the recently used resources list handled by a recent manager. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>The URI of the item you wish to remove. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>error</em>&nbsp;</td><td>Return location for a <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/group__Markup.html#gg7d0403c76601e7d3ba4641737e094e77">G::Error</a>, or <code>0</code>. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if the item pointed by <em>uri</em> has been successfully removed by the recently used resources list, and <code>false</code> otherwise.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000328">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>

</div>
</div><p>
<a class="anchor" name="dd407400f426329a9ccfacb5a6518383"></a><!-- doxytag: member="Gtk::RecentManager::set_limit" ref="dd407400f426329a9ccfacb5a6518383" args="(int limit)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::RecentManager::set_limit           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>limit</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the maximum number of item that the <a class="el" href="classGtk_1_1RecentManager.html#bf461832ae7ff244fe0b2f470730db4f">get_items()</a> function should return. 
<p>
If <em>limit</em> is set to -1, then return all the items.<p>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000333">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>limit</em>&nbsp;</td><td>The maximum number of items to return, or -1. </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="c92caed68ef92bb9b0a0fc60b0ec1d50"></a><!-- doxytag: member="Gtk::RecentManager::set_screen" ref="c92caed68ef92bb9b0a0fc60b0ec1d50" args="(const Glib::RefPtr&lt; Gdk::Screen &gt; &amp;screen)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::RecentManager::set_screen           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>&gt;&amp;&nbsp;</td>
          <td class="paramname"> <em>screen</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the screen for a recent manager; the screen is used to track the user's currently configured recently used documents storage. 
<p>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000326">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>
Deprecated: 2.12: This function has been deprecated and should not be used in newly written code. Calling this function has no effect. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>screen</em>&nbsp;</td><td>A <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a>. </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="b46f1342bfecde9fbc4dca35d20f7e88"></a><!-- doxytag: member="Gtk::RecentManager::signal_changed" ref="b46f1342bfecde9fbc4dca35d20f7e88" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a>&lt; void &gt; Gtk::RecentManager::signal_changed           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The "changed" signal is emitted when an item in the recently used resources list is changed. 
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_changed()</code> </dd></dl>

</div>
</div><p>
<hr><h2>Friends And Related Function Documentation</h2>
<a class="anchor" name="5f2ae744f762ca72e98c45e981ae8584"></a><!-- doxytag: member="Gtk::RecentManager::wrap" ref="5f2ae744f762ca72e98c45e981ae8584" args="(GtkRecentManager *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGtk_1_1RecentManager.html">Gtk::RecentManager</a>&gt; wrap           </td>
          <td>(</td>
          <td class="paramtype">GtkRecentManager *&nbsp;</td>
          <td class="paramname"> <em>object</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>take_copy</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [related]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>object</em>&nbsp;</td><td>The C instance. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>take_copy</em>&nbsp;</td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="recentmanager_8h.html">recentmanager.h</a></ul>
</div>
<!-- end main content -->

<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 &copy;&nbsp;1997-2001</small></address>
</body>
</html>