~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/reference/rhythmbox.types

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <glib.h>
 
2
#include <glib-object.h>
 
3
#include <gtk/gtk.h>
 
4
 
 
5
#include "eel-gconf-extensions.h"
 
6
#include "rb-cell-renderer-pixbuf.h"
 
7
#include "rb-cell-renderer-rating.h"
 
8
#include "rb-cut-and-paste-code.h"
 
9
#include "rb-debug.h"
 
10
#include "rb-dialog.h"
 
11
#include "rb-druid.h"
 
12
#include "rb-entry-view.h"
 
13
#include "rb-enums.h"
 
14
#include "rb-file-helpers.h"
 
15
#include "rb-glade-helpers.h"
 
16
#include "rb-header.h"
 
17
#include "rb-history.h"
 
18
#include "rb-iradio-source.h"
 
19
#include "rb-library-source.h"
 
20
#include "rb-load-failure-dialog.h"
 
21
#include "rb-marshal.h"
 
22
#include "rb-metadata.h"
 
23
#include "rb-player.h"
 
24
#include "rb-playlist-manager.h"
 
25
#include "rb-playlist-source.h"
 
26
#include "rb-playlist-source-recorder.h"
 
27
#include "rb-play-order.h"
 
28
#include "rb-play-order-linear.h"
 
29
#include "rb-play-order-linear-loop.h"
 
30
#include "rb-play-order-random-by-age-and-rating.h"
 
31
#include "rb-play-order-random-by-age.h"
 
32
#include "rb-play-order-random-by-rating.h"
 
33
#include "rb-play-order-random-equal-weights.h"
 
34
#include "rb-play-order-random.h"
 
35
#include "rb-play-order-shuffle.h"
 
36
#include "rb-preferences.h"
 
37
#include "rb-property-view.h"
 
38
#include "rb-query-creator.h"
 
39
#include "rb-rating.h"
 
40
#include "rb-rating-helper.h"
 
41
#include "rb-recorder.h"
 
42
#include "rb-recorder-marshal.h"
 
43
#include "rb-refstring.h"
 
44
#include "rb-remote-proxy.h"
 
45
#include "rb-search-entry.h"
 
46
#include "rb-shell-clipboard.h"
 
47
#include "rb-shell.h"
 
48
#include "rb-shell-player.h"
 
49
#include "rb-shell-preferences.h"
 
50
#include "rb-song-display-box.h"
 
51
#include "rb-song-info.h"
 
52
#include "rb-source.h"
 
53
#include "rb-source-header.h"
 
54
#include "rb-sourcelist.h"
 
55
#include "rb-sourcelist-model.h"
 
56
#include "rb-station-properties-dialog.h"
 
57
#include "rb-statusbar.h"
 
58
#include "rb-stock-icons.h"
 
59
#include "rb-tray-icon.h"
 
60
#include "rb-tree-dnd.h"
 
61
#include "rb-util.h"
 
62
#include "rhythmdb.h"
 
63
#include "rhythmdb-marshal.h"
 
64
#include "rhythmdb-private.h"
 
65
#include "rhythmdb-property-model.h"
 
66
#include "rhythmdb-query-model.h"
 
67
#include "rhythmdb-tree.h"
 
68
 
 
69
rb_druid_get_type
 
70
rb_entry_view_get_type
 
71
rb_header_get_type
 
72
rb_history_get_type
 
73
rb_iradio_source_get_type
 
74
rb_library_source_get_type
 
75
rb_linear_play_order_get_type
 
76
rb_linear_play_order_loop_get_type
 
77
rb_load_failure_dialog_get_type
 
78
rb_metadata_get_type
 
79
rb_player_get_type
 
80
rb_playlist_manager_get_type
 
81
rb_playlist_source_get_type
 
82
rb_playlist_source_recorder_get_type
 
83
rb_play_order_get_type
 
84
rb_property_view_get_type
 
85
rb_query_creator_get_type
 
86
rb_random_play_order_by_age_and_rating_get_type
 
87
rb_random_play_order_by_age_get_type
 
88
rb_random_play_order_by_rating_get_type
 
89
rb_random_play_order_equal_weights_get_type
 
90
rb_random_play_order_get_type
 
91
rb_recorder_get_type
 
92
rb_search_entry_get_type
 
93
rb_shell_clipboard_get_type
 
94
rb_shell_get_type
 
95
rb_shell_player_get_type
 
96
rb_shell_preferences_get_type
 
97
rb_shuffle_play_order_get_type
 
98
rb_song_display_box_get_type
 
99
rb_song_info_get_type
 
100
rb_source_get_type
 
101
rb_source_header_get_type
 
102
rb_sourcelist_get_type
 
103
rb_sourcelist_model_get_type
 
104
rb_station_properties_dialog_get_type
 
105
rb_statusbar_get_type
 
106
rb_tray_icon_get_type
 
107
rb_tree_drag_dest_get_type
 
108
rb_tree_drag_source_get_type
 
109
rhythmdb_get_type
 
110
rhythmdb_property_model_get_type
 
111
rhythmdb_query_model_get_type
 
112
rhythmdb_tree_get_type