~allanlesage/indicator-sound/debhelper9

« back to all changes in this revision

Viewing changes to src/music-player-bridge.h

  • Committer: Sebastien Bacher
  • Date: 2012-07-12 18:07:41 UTC
  • mfrom: (28.51.51)
  • Revision ID: seb128@ubuntu.com-20120712180741-h72k0xor9m2l7ap9
* New upstream release.
  - Allow setting preferred media players through a settings key.
  - Fix sound indicator not working after Amarok close.
  - Explicit handling of Ardour
  - Fix deprecated GTK+ API calls
* debian/patches/lp_992262.patch:
* debian/patches/lp_902715.patch:
  - dropped, the fix is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* music-player-bridge.h generated by valac 0.14.2, the Vala compiler, do not modify */
 
1
/* music-player-bridge.h generated by valac 0.16.1, the Vala compiler, do not modify */
2
2
 
3
3
 
4
4
#ifndef __MUSIC_PLAYER_BRIDGE_H__
458
458
GType player_controller_widget_order_get_type (void) G_GNUC_CONST;
459
459
GType player_controller_state_get_type (void) G_GNUC_CONST;
460
460
#define PLAYER_CONTROLLER_WIDGET_QUANTITY 4
461
 
PlayerController* player_controller_new (DbusmenuMenuitem* root, GAppInfo* app, const gchar* dbus_name, const gchar* icon_name, gint offset, gboolean* use_playlists, PlayerControllerstate initial_state);
462
 
PlayerController* player_controller_construct (GType object_type, DbusmenuMenuitem* root, GAppInfo* app, const gchar* dbus_name, const gchar* icon_name, gint offset, gboolean* use_playlists, PlayerControllerstate initial_state);
 
461
PlayerController* player_controller_new (DbusmenuMenuitem* root, GAppInfo* app, const gchar* dbus_name, const gchar* icon_name, gint offset, gboolean* use_playlists, PlayerControllerstate initial_state, gboolean is_preferred);
 
462
PlayerController* player_controller_construct (GType object_type, DbusmenuMenuitem* root, GAppInfo* app, const gchar* dbus_name, const gchar* icon_name, gint offset, gboolean* use_playlists, PlayerControllerstate initial_state, gboolean is_preferred);
463
463
void player_controller_update_state (PlayerController* self, PlayerControllerstate new_state);
464
464
void player_controller_activate (PlayerController* self, const gchar* dbus_name);
465
465
void player_controller_instantiate (PlayerController* self);
467
467
void player_controller_enable_player_specific_items (PlayerController* self, const gchar* object_path);
468
468
gint player_controller_track_specific_count (PlayerController* self);
469
469
void player_controller_remove_from_menu (PlayerController* self);
 
470
void player_controller_set_as_preferred (PlayerController* self, gboolean val);
470
471
void player_controller_hibernate (PlayerController* self);
471
472
void player_controller_update_layout (PlayerController* self);
472
473
const gchar* player_controller_get_dbus_name (PlayerController* self);
477
478
void player_controller_set_menu_offset (PlayerController* self, gint value);
478
479
const gchar* player_controller_get_icon_name (PlayerController* self);
479
480
void player_controller_set_icon_name (PlayerController* self, const gchar* value);
 
481
gboolean player_controller_get_is_preferred (PlayerController* self);
480
482
GType mpris_root_proxy_get_type (void) G_GNUC_CONST;
481
483
guint mpris_root_register_object (void* object, GDBusConnection* connection, const gchar* path, GError** error);
482
484
GType mpris_root_get_type (void) G_GNUC_CONST;
570
572
SettingsManager* settings_manager_new (void);
571
573
SettingsManager* settings_manager_construct (GType object_type);
572
574
gchar** settings_manager_fetch_blacklist (SettingsManager* self, int* result_length1);
 
575
GeeArrayList* settings_manager_fetch_preferred (SettingsManager* self);
573
576
GeeArrayList* settings_manager_fetch_interested (SettingsManager* self);
574
577
void settings_manager_clear_list (SettingsManager* self);
575
578
void settings_manager_remove_interested (SettingsManager* self, const gchar* app_desktop_name);