1
0
Fork 0

Valadoc fixes.

This commit is contained in:
Kolan Sh 2018-04-28 10:26:54 +03:00
parent 1ace70831f
commit cc0edbab09
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
namespace LAview.Core.Plugins {
using Gtk, LAview;
class DataExample.PreferencesDialog : Object {
class DataExample.PreferencesDialog : GLib.Object {
Dialog dialog;
public bool composed { get; private set; default = false; }
public PreferencesDialog (Object parent) throws Error {
public PreferencesDialog (GLib.Object parent) throws Error {
var builder = new Builder ();
builder.add_from_file (DataExample.AppDirs.ui_dir + "/laview-plugin-data-example.glade");
builder.connect_signals (this);

View File

@ -4,7 +4,7 @@ extern const string GETTEXT_PACKAGE;
namespace LAview.Core.Plugins {
/**
* Plugin of type A1.
* Data Plugin Example.
*/
public class PluginDataExample : PluginData {

View File

@ -1,2 +1,2 @@
BASEDIR=src config
PKGS=gio-2.0 laview-core-iface-0 gobject-plugin-iface-0 gee-0.8
PKGS=gtk+-3.0 gio-2.0 laview-core-iface-0 gobject-plugin-iface-0 gee-0.8