]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrecentchooserprivate.h
a11y: Emit text-changed signals when the text-buffer changes
[~andy/gtk] / gtk / gtkrecentchooserprivate.h
index afe8928f758686bc829711d49bf484176c72b9fa..8ff874d6d2fee0f5b17580e1f33019a3b20cb61c 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef __GTK_RECENT_CHOOSER_PRIVATE_H__
 #define __GTK_RECENT_CHOOSER_PRIVATE_H__
 
-#include <glib-object.h>
-
 #include "gtkrecentmanager.h"
 #include "gtkrecentchooser.h"
+#include "gtkactivatable.h"
 
 G_BEGIN_DECLS
 
-GtkRecentManager *_gtk_recent_chooser_get_recent_manager (GtkRecentChooser  *chooser);
-GList *           _gtk_recent_chooser_get_items          (GtkRecentChooser  *chooser,
-                                                          GtkRecentFilter   *filter,
-                                                          GtkRecentSortFunc  func,
-                                                          gpointer           data);
+GtkRecentManager *_gtk_recent_chooser_get_recent_manager     (GtkRecentChooser  *chooser);
+GList *           _gtk_recent_chooser_get_items              (GtkRecentChooser  *chooser,
+                                                             GtkRecentFilter   *filter,
+                                                             GtkRecentSortFunc  func,
+                                                             gpointer           data);
 
-void              _gtk_recent_chooser_item_activated     (GtkRecentChooser  *chooser);
-void              _gtk_recent_chooser_selection_changed  (GtkRecentChooser  *chooser);
+void              _gtk_recent_chooser_item_activated         (GtkRecentChooser  *chooser);
+void              _gtk_recent_chooser_selection_changed      (GtkRecentChooser  *chooser);
+
+void              _gtk_recent_chooser_update                 (GtkActivatable       *activatable,
+                                                             GtkAction            *action,
+                                                             const gchar          *property_name);
+void              _gtk_recent_chooser_sync_action_properties (GtkActivatable       *activatable,
+                                                             GtkAction            *action);
+void              _gtk_recent_chooser_set_related_action     (GtkRecentChooser     *recent_chooser, 
+                                                             GtkAction            *action);
+GtkAction        *_gtk_recent_chooser_get_related_action     (GtkRecentChooser     *recent_chooser);
+void              _gtk_recent_chooser_set_use_action_appearance (GtkRecentChooser  *recent_chooser, 
+                                                                gboolean           use_appearance);
+gboolean          _gtk_recent_chooser_get_use_action_appearance (GtkRecentChooser  *recent_chooser);
 
 G_END_DECLS
+
 #endif /* ! __GTK_RECENT_CHOOSER_PRIVATE_H__ */